Hello Kriesi,
I would love to know how to change the text “Please prove that you are human by solving the equation” in the contact form.
Is it possible?
Kind regards,
Gustav
Hey Casualmonkey,
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,
Nikko
Dude, how to make this edit in a child theme?
Thanks
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit