Hello!
How do I change the text of the “Please prove that you are human by solving the..” for the captcha of a form?
I’d need it in spanish.
Thanks!
Hey andyqueanda,
You can find it in this file (theme file) enfold > config-templatebuilder > avia-shortcodes > contact.php (in line 379):
$elements[‘avia_age’] = array(‘type’=>’captcha’, ‘check’=>’captcha’, ‘label’=> __(‘Please prove that you are human by solving the equation’,’avia_framework’ ));
Just replace Please prove that you are human by solving the equation. Hope this helps. :)
Best regards,
Jordan Shannon