Tagged: CAPTCHA, contactform, enfold
How can I change the text in the contactform in Enfold: ‘Please prove that you are human by solving the equation‘?
Hey Els,
You can change it in enfold/config-templatebuilder/avia-shortcodes/contact.php in line 387, the code should look like this:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));
Just replace the text.
But if you want the customization not be lost during the update I would suggest you do this (process is longer), it would require that you use a child theme first: http://kriesi.at/documentation/enfold/using-a-child-theme/ then override the Enfold’s Contact Form in the child theme by using this method: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ in this case you should copy contact.php from the Enfold theme to the shortcodes folder of the child theme then edit contact.php as what I have suggested on top. And that should be it. Hope this helps :)
Best regards,
Nikko
Hi Nikko, Thanks for your reply. But I just can’t find the line in the config file you told me to look for……
I am to late for a child theme, because I would loose all my editings.
Nikko! I found it! I did not realize that I had to find the files via the FTP.
So I guess I can fix it now. Thanks.
Hi,
Glad we could help. :) Thanks for using Enfold. We can keep this thread open, but if it’s fixed now just let us know so we can close this thread :)
Best regards,
Nikko
FIXED. Thanks for your help again.