Page 1 of 1

Using tags in forms

Posted: Tue Jan 12, 2010 5:55 pm
by fnagel
Hey there,

I want to use tags (e.g. [agnEMAIL]) in my forms. I tried [agnEMAIL] but it didn't work.
Are there any workarounds for this?

Greats from Muenster/Germany

Posted: Tue Feb 16, 2010 9:42 am
by fnagel
Nobody can help? :cry:

Re: Using tags in forms

Posted: Wed Jun 26, 2013 4:18 pm
by timr
You may have already figured this out since it has been over 3 years but just in case you haven't.

agnEMAIL is used to display the email address in an email. To display email address in a form, use $customerData.Email in the form to display the recipient email address. I use this to display the recipient's email address when they click the unsubscribe link in an email (which passes UID to the form).

"You are subscribed as $customerData.Email"

I'm still using OpenEMM 2011 but this should work in OpenEMM2013 also.
Hope this helps if you're still looking for an answer.