Dean
Thanks for your reply, but I may not have explained my problem correctly, what I want to do is upload a csv file of leads which I have purchased.
The formatting for the csv file is as follows.
"First Name","Last Name","Email Address","ÏP Address","Date Time"
"Craig","Stephens","email@whatever.com","203.56.244.569","FEB 11 2007"
So when I test this all the codes work fine except the “Date Time”.
Because these people have filled out a form on a particular date like the date above I need to remind them in my message to them that this was when they filled out the form (example below)
------------------------------------------------------------------------
On !{CUSTOM_DateTime}, you, or somebody using your PC,
at IP Address !{CUSTOM_IP}, completed a
special biz-op form indicating that you would
like more information.
------------------------------------------------------------------------
So when I send the message the date I need to be in displayed is the date they completed the special biz-op form, NOT the current date.
I hope this makes sense
Craig