Hi
How can i change the submission error that comes up when a required field in a form was not filled in.
For example i have
Please enter a value for "Your Name"
at the top of the page and
<--- Please enter a value for "Your Name"
next to the name field that was not entered
How can i change what is in each of these comments?
For example i would like to take off <--- at the begining of the submission error or change the error messages at the top of the page
How to change submission error in form builder
Re: How to change submission error in form builder
To change the text string, you can edit the en_us.php file in the lang directory of the Formbuilder module, where you'll find:
$lang['please_enter_a_value']='Please enter a value for "%s"';
$lang['please_enter_a_value']='Please enter a value for "%s"';
Re: How to change submission error in form builder
Sorted
Thanks for your help
Thanks for your help