How to change submission error in form builder

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
dazzyweb
Forum Members
Forum Members
Posts: 29
Joined: Mon May 30, 2011 1:21 pm

How to change submission error in form builder

Post 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
stevew
Forum Members
Forum Members
Posts: 74
Joined: Wed May 21, 2008 7:02 am

Re: How to change submission error in form builder

Post 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"';
dazzyweb
Forum Members
Forum Members
Posts: 29
Joined: Mon May 30, 2011 1:21 pm

Re: How to change submission error in form builder

Post by dazzyweb »

Sorted

Thanks for your help
Post Reply

Return to “Modules/Add-Ons”