Choose language to send data in

  • piercleo
    Asked on December 5, 2019 at 3:25 PM

    Hi,

    I have a form which in English and French. The user can select the language he prefers and then fill the form.

    When he completes the form, we send the data through POST method.

    For the fields with predefined options (dropdowns, multiple selection, ...) we would like that the data being send is always the French data, even if the user filled the form in English.

    Is that possible ?

  • Kevin Support Team Lead
    Replied on December 5, 2019 at 7:31 PM

    I have been testing this feature and it seems like options in check box and drop down fields retain their original values, checking the console it seems like the translation tool keeps the original string too and changes the text only, example:

    15755921852019 12 05 18h25 02 Screenshot 10

    You only need to make sure the options are the ones you want on the element settings, so if you want to have the options in French, set the options in French on the settings of that field. 

    If you have questions, let us know. 

  • piercleo
    Replied on December 6, 2019 at 8:27 AM

    Thank you so much for your answer.