couch
unread,Nov 21, 2009, 5:29:17 AM11/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
AFAIK, the only values you have at your disposal to put in the actual
email body are the ador values for that recipient.
So, if you referral page is inserting "name" ador into the database, a
text email can use {{name}} or a html email can use <%# /* Text ADOR
*/ AdorRec.FieldValue("name", Container) %>
If you need to put the name of the person who referred them into the
email, I normally add an extra field to the database, and to the plan
eg called "referredby", and have the referral page insert this value
into the db. Then instead of your {{Ref:name}} you can use
{{referredby}}