Language questions...

Asad 30 Jun, 2010
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
GreyHead 01 Jul, 2010
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
Asad 01 Jul, 2010
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?
GreyHead 01 Jul, 2010
Hi Asad,

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
Asad 06 Jul, 2010
Thank you very much Bob,

excuse my ignorance, but how and where can I op "Form HTML box"? 😑
GreyHead 06 Jul, 2010
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
Asad 07 Jul, 2010
Hi Bob

Many many thanks. I appreciate your great help 😀

Best regards
Asad
This topic is locked and no more replies can be posted.