I translate my webform using Webform Localization module. After i submit the form in another language then the default English form: E.g the Dutch form. I see the following on the confirmation page:

Dear [submission:values:field_naam],

Thank you for your inquiry.

An e-mail has been sent to [submission:values:field_email]. 

We will contact you shortly.

What do i have to do to get this working (when you fill in the English form you see the Name and e-mail address of the user)?

Comments

dotmundo’s picture

This would make a very good interview question. :)

The way I would approach this is to look at the source code for the Webform Localization module and see what hooks are used to open the webform and translate it. Then I write a module using that hook to either un-translate those fields so that they can be processed. Just a suggestion.