Page 1 of 1

How to change submission error in form builder

Posted: Wed Jun 15, 2011 10:19 am
by dazzyweb
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

Re: How to change submission error in form builder

Posted: Wed Jun 15, 2011 10:56 am
by stevew
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"';

Re: How to change submission error in form builder

Posted: Wed Jun 15, 2011 1:22 pm
by dazzyweb
Sorted

Thanks for your help