survivorjoe
Technical User
I want to create a table that has a newsletter that will get emailed out to clients. In the table, I want a field for the Subject, and one for the Body. In the Subject line, I need to include a personalization variable, such as "$firstname". In the Body content, I need to store several personalization variables. How do I store the variable name when I insert the newsletters into the table? For example, the Subject line may be: "$firstname, Here is the info I want to send you". In the body, I may have something like:
"Presented to: $name"
"From: $my_name"
"$company_name"
"$company_phone"
etc...
When I load the newsletter, I just want to store the variable names, not any content. When I open the table to load the newsletter, I need to then substitute the variable names with the true names and other content.
How do I go about doing this?
- Joe
"Presented to: $name"
"From: $my_name"
"$company_name"
"$company_phone"
etc...
When I load the newsletter, I just want to store the variable names, not any content. When I open the table to load the newsletter, I need to then substitute the variable names with the true names and other content.
How do I go about doing this?
- Joe