I am trying to create a company-field in Newsletter v3, so I can output it in my newsletter emails.
But I can't seem to find out how to get the template tag. I have tried to use DwTemplateTags, but it only outputs subscriptionlinks.
Is it possible to use custom fields in Newsletter emails?
Developer forum
E-mail notifications
Templatetags for custom fields in Newsletter v3
Posted on 28/04/2011 15:05:05
Replies
Angel
Posted on 28/04/2011 15:38:05
You can do this with the tag
So fx. if your custom field is named Company, you will have to use the tag
So fx. if your custom field is named Company, you will have to use the tag
Posted on 28/04/2011 15:46:43
I love this forum :)
Any chance you can write the tag without < and >?
Any chance you can write the tag without < and >?
Posted on 28/04/2011 15:50:31
Sorry about that, heres the tag again:
CustomField_Tagname
So fx CustomField_Company
CustomField_Tagname
So fx CustomField_Company
Posted on 28/04/2011 16:00:49
Doesn't seem to work :(
Tried with (!--@CustomField_Company--), (!--@CustomField.Company--) and (!--@CustomFieldCompany--)
( and ) is off course < and > :)
Tried with (!--@CustomField_Company--), (!--@CustomField.Company--) and (!--@CustomFieldCompany--)
( and ) is off course < and > :)
Posted on 28/04/2011 16:31:54
I've tested that it's working.
The tag is described in the documentation here:
http://templates.dynamicweb-cms.com/TemplateTags/Dynamicweb-template-tags/Module-tags/Newsletter-v3/CustomField_[Fieldname].aspx
Could you please make a case, the support will look into the issue then.
The tag is described in the documentation here:
http://templates.dynamicweb-cms.com/TemplateTags/Dynamicweb-template-tags/Module-tags/Newsletter-v3/CustomField_[Fieldname].aspx
Could you please make a case, the support will look into the issue then.
Posted on 02/05/2011 10:12:34
Got it working now. Thanks :)
You must be logged in to post in the forum