Pre-filled Fields in HTML mail from recipients

melissajh

New Member
I am building an HTML page with pre-filled fields (Company Name, Address, Phone Number, etc.) and am wondering if MaxBulk Mailer has the capabilities to auto-fill each field from a database in my recipients list. I'm using the registered Pro version. This will be a batch marketing email to obtain sales.
 

heffnerj

New Member
I'm assuming you have a form that auto fills your fields based on the querystring.

Something like myform.html?customername=George&company=example

If this is the case you can use the tags in MBM Pro to populate these fields from your recipient list, like this..

myform.html?customername=[FullName]&company=[Company]

and MBM Pro will replace those fields with the recipient information.

Tags: http://www.maxprog.com/site/manuals/mbm ... gtags.html
Image example: http://www.maxprog.com/blog/?p=157 (similar to above example)
 
Top