hi everyone !
is there a en-GB.com_chronoforms.ini file i can download somewhere ?
i need to change the "this field is required" message that you get on front end when you try to submit a form leaving a field empty
thanks a lot
is there a en-GB.com_chronoforms.ini file i can download somewhere ?
i need to change the "this field is required" message that you get on front end when you try to submit a form leaving a field empty
thanks a lot
Hi florian_lemaitre,
There are no language files for ChronoForms. You can over-write the default validation error message by adding a title attribute to the input:
Bob
There are no language files for ChronoForms. You can over-write the default validation error message by adding a title attribute to the input:
<input type='text' name='some_input' id='some_input' title='Ce champ est obligatoire' /> Bob
Hi Bob
I'm sorry but could you be more specific, I'm a newbie at this whole thing.
I have no idea what your answer mean lol...
Where am I supposed to add this code line ?
Thanks a lot
I'm sorry but could you be more specific, I'm a newbie at this whole thing.
I have no idea what your answer mean lol...
Where am I supposed to add this code line ?
Thanks a lot
Hi florian_lemaitre,
In the ChronoForms v3 Forms Manager click the 'Form Name' link for your form to open the Form Editor; next click the 'Form Code' tab; then the [+/-] link next to the Form HTML label. The text area that opens contains the HTML for your form.
If you look through the code there you will see the <input . . .> tags when you can add the title='My validation message' entries.
Bob
In the ChronoForms v3 Forms Manager click the 'Form Name' link for your form to open the Form Editor; next click the 'Form Code' tab; then the [+/-] link next to the Form HTML label. The text area that opens contains the HTML for your form.
If you look through the code there you will see the <input . . .> tags when you can add the title='My validation message' entries.
Bob
Once again Bob, you're my hero !
This topic is locked and no more replies can be posted.
