I need to get the submitted email address from a form, and I'm doing it with <!--@Form.Fields.order_catalogue_Email.Value--> on the confirmation template, which is a plain html-file located in Files -> Templates -> DataManagement -> Forms.
The email is encoded though and I need it decoded, in order to use it as an identifier with a specific affiliate network.
Any ideas on how to achieve this?
EDIT: I tried using the .Raw() suffix, but without any luck