Hi,
I use Google NoCaptcha in Chronoforms.
Everything works fine, just those string are stored directly in PHP, which is quite such an unhappy solution, if I have a multilanguage website.
For example:
'error' => "The reCAPTCHA wasn't entered correctly. Please try it again."
is in administrator\components\com_chronoforms5\chronoforms\actions\check_nocaptcha\check_nocaptcha.php
I use Google NoCaptcha in Chronoforms.
Everything works fine, just those string are stored directly in PHP, which is quite such an unhappy solution, if I have a multilanguage website.
For example:
'error' => "The reCAPTCHA wasn't entered correctly. Please try it again."
is in administrator\components\com_chronoforms5\chronoforms\actions\check_nocaptcha\check_nocaptcha.php
Hi ferino,
You can edit the message in the Check NoCaptcha action - and you can use Locale strings in the message there.
Bob
You can edit the message in the Check NoCaptcha action - and you can use Locale strings in the message there.
Bob
This topic is locked and no more replies can be posted.