Using tags in forms

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

fnagel
Posts: 4
Joined: Tue Jan 12, 2010 5:35 pm
Location: Münster, Germany
Contact:

Using tags in forms

Post 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
stay posi!
fnagel
Posts: 4
Joined: Tue Jan 12, 2010 5:35 pm
Location: Münster, Germany
Contact:

Post by fnagel »

Nobody can help? :cry:
stay posi!
timr
Posts: 35
Joined: Mon Aug 31, 2009 2:31 pm

Re: Using tags in forms

Post 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.
Post Reply