Dear Kriesi Team,
Obviously, Recaptcha error messages are identified as h3.
Where exactly do can I maintain the Recaptcha, or store or change the mentioned h3 tag
for the error message from Recaptcha?
Thanks in advance for your assistance!
Hey hasbeat,
Thank you for the inquiry.
We are not really sure which error you are referring to. Can we take a look at the site with this error? Please provide the site URL in the private field. You can also use imgur or dropbox to provide screenshots.
Best regards,
Ismael
Hi,
Please go to /enfold/framework/php/class-grecaptcha.php file and find
'cannot_use' => '<h3 class="av-recaptcha-error-main">' . __( 'Sorry, a problem occurred trying to communicate with Google reCAPTCHA API. You are currently not able to submit the contact form. Please try again later - reload the page and also check your internet connection.', 'avia_framework' ) . '</h3>',
and change the tags as needed
Regards,
Yigit