Tagged: CAPTCHA, contactform, enfold
-
AuthorPosts
-
May 11, 2017 at 12:19 am #791391
How can I change the text in the contactform in Enfold: ‘Please prove that you are human by solving the equation‘?
May 11, 2017 at 2:06 am #791410Hey 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,
NikkoMay 12, 2017 at 1:34 pm #792278Hi 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.May 12, 2017 at 1:59 pm #792298Nikko! 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.-
This reply was modified 8 years, 5 months ago by
Els.
May 12, 2017 at 2:18 pm #792308Hi,
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,
NikkoMay 12, 2017 at 4:41 pm #792390FIXED. Thanks for your help again.
May 13, 2017 at 5:01 am #792602 -
This reply was modified 8 years, 5 months ago by
-
AuthorPosts
- The topic ‘Change Captcha Enfold’ is closed to new replies.
