i have a website with two language (En, Fr) i make the translation for the form inputs with the multilanguage pluginπ , but i don't know how i can translate the message after form submission !!?π
can someone help me please.? π
-sorry for my english
can someone help me please.? π
-sorry for my english
Hi proyoussef,
You can add a little PHP switch in the OnSubmit After box. See this post for an example
Bob
PS This is explained in more detail in Chapter 11 of The ChronoForms Book
You can add a little PHP switch in the OnSubmit After box. See this post for an example
Bob
PS This is explained in more detail in Chapter 11 of The ChronoForms Book
Thank you Bob,
i use "Javascript Live Validation" to validate my forms and i have the same question, how i can translate the validation messags ?
for the moment i have this messages with english ("This field is required", "Can't be empty!"......)
!!?
i use "Javascript Live Validation" to validate my forms and i have the same question, how i can translate the validation messags ?
for the moment i have this messages with english ("This field is required", "Can't be empty!"......)
!!?
Hi proyoussef,
I think that's a different question . . . if your form is in a single language then you can add translated messages to the title attribute in the input title='Some translated message'
This usually works Ok but has the disadvantage that the single message will be shown for all validations.
Bob
I think that's a different question . . . if your form is in a single language then you can add translated messages to the title attribute in the input title='Some translated message'
This usually works Ok but has the disadvantage that the single message will be shown for all validations.
Bob
my form is in a multilanguage (FR, EN) π€
Hi proyoussef,
Then the title attribute should work with the Multi-Language plug-in OK.
Bob
Then the title attribute should work with the Multi-Language plug-in OK.
Bob
Many thanks Bob, I appreciate your great help π
Best regards
Youssef
Best regards
Youssef
This topic is locked and no more replies can be posted.