Hi,
When you a a load Recaptcha event you can choose some languages.
One of those is dutch.
When you save the form, the load_recaptcha action is saved to the chronoforms actions database.
The string saved there to load the recaptacha has a typo when Dutch is selected:
lang: nt (NT) instead of lang: nl (NL)
Where can I fix this in the php files of chronoforms? So it sets the string with nl (not nt)
When you a a load Recaptcha event you can choose some languages.
One of those is dutch.
When you save the form, the load_recaptcha action is saved to the chronoforms actions database.
The string saved there to load the recaptacha has a typo when Dutch is selected:
lang: nt (NT) instead of lang: nl (NL)
{"theme":"clean","lang":"nt","public_key":"6Lf
Where can I fix this in the php files of chronoforms? So it sets the string with nl (not nt)
Hello chuanse,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Can I use ReCaptcha in another language?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Can I use ReCaptcha in another language?
P.S: I'm just an automated service😉
Hi chuanse,
Please see line 100 of /administrator/components/com_chronoforms5/chronoforms/actions/load_recaptcha/load_recaptcha.php
Bob
Please see line 100 of /administrator/components/com_chronoforms5/chronoforms/actions/load_recaptcha/load_recaptcha.php
'en' => 'English',
'nt' => 'Dutch',
'fr' => 'French',
Bob
This topic is locked and no more replies can be posted.