Hi,
I can't find out how to handle the multi translation of the required labels which pop up when a field is not filled (like "Please enter your first name"). I have English labels in a Dutch website. Where can I change this in V6? See attachement.
Thanks a lot.
Greetings Kees
I can't find out how to handle the multi translation of the required labels which pop up when a field is not filled (like "Please enter your first name"). I have English labels in a Dutch website. Where can I change this in V6? See attachement.
Thanks a lot.
Greetings Kees
Nobody? Is there a tutorial for using V6 with more languages? Can't find it.
Thank you very much
Thank you very much
Hello,
I'm not an expert, but you can customize error message for each field in the tab "Validation" and "Error Message" (see attachments)
Regards
I'm not an expert, but you can customize error message for each field in the tab "Validation" and "Error Message" (see attachments)
Regards
Hi,
If you need multi language support then you need to define the message under the "Locales" tab then call it in the "Validation message" field using a code similar to this:
Under the locales tab you should define the "validation_msg" string under languages of your choice.
Best regards
If you need multi language support then you need to define the message under the "Locales" tab then call it in the "Validation message" field using a code similar to this:
{l:validation_msg}
Under the locales tab you should define the "validation_msg" string under languages of your choice.
Best regards
This topic is locked and no more replies can be posted.