Forums

My form doesn't work... can't find the issue...

Chigolo69 31 Mar, 2016
Hi,

I have an issue, my form doesn't work, can't find the error...
Please see: http://www.benny-braun.de/online-trainingsplanerstellung/leistungen/online-trainingsplanerstellung

By clicking on submit the page is loading again, I also have a problem to see the recaptacha in german language. Also emails don't arrive.

The backend settings are looking like this:
https://gyazo.com/9fab2b1e354b1b0f93a3cff352c80056

Would be glad to get some help!
Chigolo69 31 Mar, 2016
Working!! Thx, great support!

I have two more questions, where can I change the language of the nocaptcha to german https://gyazo.com/7bbd9f6e171a525f1dcdfa580b507fe6 ? I've tried it with this https://gyazo.com/d29631d261c43bc3ae5269ff58f730e5 but it didn't work.

And second thing: How can I send an attachment with the customer mail?
GreyHead 31 Mar, 2016
Hi Chigolo69,

Please try setting your browser language to German - Google picks up the setting from there.

Bob
Chigolo69 31 Mar, 2016
Hmm, I'm wondering, the issue is in all of my three browser (IE, Mozilla and Chrome). I'm from Germany and I'm using the german language in the browsers.
GreyHead 02 Apr, 2016
Hi Chigolo69,

The Google docs say "Auto-detects the user's language if unspecified." but not how that auto-detection works.

You can force a language for your site with a small hack. Edit the file /administrator/components/com_chronoforms5/chronoforms/actions/load_nocaptcha/load_nocaptcha.php and look for this line about line 23:
$doc->addJsFile('https://www.google.com/recaptcha/api.js');

Edit this to add ?hl=xx where xx is a language code from the Google docs here. e.g.
$doc->addJsFile('https://www.google.com/recaptcha/api.js?hl=de');


Bob
This topic is locked and no more replies can be posted.