Hi the forum,
In a multi-language environment, is it possible to select the "after form submission" text in function of the language selected by the user? I tried to translate the sentences in the multi-language dialogbox but without results.
Thanks for the answers
Regards
Tom
Hi Bob
Thanks for your answer but she is to complex for my simple mind.
Do you mean that I have to put the code in the confirmation page parameter as shown in the picture?
Or do you mean something else with the sentence "Use a switch statement in the box" ?
Regards
Tom
Hi Tom,
Open the form in the Form Editor (not the Wizard Edit) and put the code in the OnSubmit After Email box on the Form Code tab.
Bob
Hi Bob,
Done and works fine. Although I don't know PhP, I'll try to modify the code for a better layout.
Can I use for example {text_2} coming from the form as variable in your PhP code and concatenate (.) it with text? For example: echo "Hello" . {text_2}
I think that only two problems remain:
How can I avoid the empty space between the title of the form and the form. It is equal to the height of the main menu.
The data corresponding to the added fields are still empty in the table. I added a zipped backup in a previous answer.
Once again, thanks for your advices and your patience.
Tom