Page 1 of 1
Simple Question about inserting user defined fields
Posted: Sun Jun 22, 2008 8:09 pm
by em4u
To reference normal fields I put in [agn XXXXX] where XXXXX is the rest of the fieldname. I have tried to do this for fields I have created and it hasn't worked - so how do you reference yoour own fields in a mailing?
Posted: Tue Jul 01, 2008 3:30 am
by henry_shadowjet
I don't think you have the tags right. It should be:
[agnDB column="columnname"]
so if your column is called "whatever" then it would be as follows:
[agnDB column="whatever"].
Note: Remember, the column name is not what it appears on the database but rather the name you give in OpenEMM. I've never actually tried to make it different but for consistency reasons I recommend you keep both the same anyway ^^.
Good luck
thank you
Posted: Tue Jul 01, 2008 8:49 am
by em4u
Will try it out this week thanks for the assistance