Good evening
Maybe its a silly question, but how can I translate these phrases to another language in ChronoForms:
- This field is required
- Can't be empty!
thank you in advance
Maybe its a silly question, but how can I translate these phrases to another language in ChronoForms:
- This field is required
- Can't be empty!
thank you in advance
Hi Asad,
You can over-write the default validation messages using the title='some message' attribute in the inputs (see the note on the validation tab). Or you can use customised divs to create your own messages and layout.
Bob
You can over-write the default validation messages using the title='some message' attribute in the inputs (see the note on the validation tab). Or you can use customised divs to create your own messages and layout.
Bob
Thank you for your answer Bob,
but I have just tried to over-write the default validation messages. I wrote:
<input name="text_1,text_13,text_16,text_17,text_22,text_24,text_25,text_29" title="Dette felt er påkrævet"> in the box in front of 1 - required (not blank)
but not enough that it does not show my message, it stopped showing any kind of validation messages after I saved the changes.. I have of cource remebered to change the validation messages type to: Show My own Divs..
When I change it back to "default style" it start showing the default messeages again..
what should I do to over-write the correctly?
but I have just tried to over-write the default validation messages. I wrote:
<input name="text_1,text_13,text_16,text_17,text_22,text_24,text_25,text_29" title="Dette felt er påkrævet"> in the box in front of 1 - required (not blank)
but not enough that it does not show my message, it stopped showing any kind of validation messages after I saved the changes.. I have of cource remebered to change the validation messages type to: Show My own Divs..
When I change it back to "default style" it start showing the default messeages again..
what should I do to over-write the correctly?
Hi Asad,
I have no idea what this code is
To add the title attribute open the Form HTML box and add title="Dette felt er påkrævet" to each of the required inputs
You arent using custom Divs so that setting should stay as 'default style'
Bob
I have no idea what this code is
<input name="text_1,text_13,text_16,text_17,text_22,text_24,text_25,text_29" title="Dette felt er påkrævet">
To add the title attribute open the Form HTML box and add title="Dette felt er påkrævet" to each of the required inputs
<input name="text_1" . . . title="Dette felt er påkrævet" />
You arent using custom Divs so that setting should stay as 'default style'
Bob
Thank you very much Bob,
excuse my ignorance, but how and where can I op "Form HTML box"? 😑
excuse my ignorance, but how and where can I op "Form HTML box"? 😑
Hi Asad,
In the Forms Manager click the From Name link to open the Form Editor, click the Form Code tab, then the [+/-] link to open the Form HTML textarea.
Bob
In the Forms Manager click the From Name link to open the Form Editor, click the Form Code tab, then the [+/-] link to open the Form HTML textarea.
Bob
This topic is locked and no more replies can be posted.