GLOBAL PERSONALIZATION TAGS


Personalization of your auto-response email

You can personalize the "HTML" or "Plain Text" auto-response email and auto-response email subject the form poster receives. For every field used in the form there is an equally proportionate corresponding personalization TAG.

Each personalization tag is exactly the same as the form field "NAME"

Whatever the form field (NAME="") is equal to, the personalization tag corresponds with it, like: {FIELD_NAME}

These tags are case sensitive

These tags can be used in the PLAIN TEXT & HTML auto-response emails.

Example: <input type="text" name="firstname">
{firstname} - would be the personalization tag for this field


{FIRSTNAME} - WOULD NOT WORK IN THIS EXAMPLE

(If Joe is entered in the field <input type="text" name="firstname"> )

In the example below of the PLAIN TEXT auto-response email message:

{firstname}, thanks for filling out the form.

WOULD READ:
Joe, thanks for filling out the form.

ANOTHER EXAMPLE:
<input type="text" name="First_Name"> Personalization TAG would = {First_Name}
<input type="text" name="email"> Personalization TAG would = {email}
<input type="text" name="PHONE"> Personalization TAG would = {PHONE}
ETC....

***ADDITONAL TAGS***

{%DATE%}

The {%DATE%} tag, when used, will be replaced with the date the form was posted. Format: Month/Day/Year



{%TIME%}

The {%TIME%} tag, when used, will be replaced with the time the form was posted. Format: Minute:Second



{%TOD%}

The {%TOD%} tag, when used, will be replaced with the “TIME OF DAY” the form was posted.

It will print: AM -or- PM



{%IP%}

The {%IP%} tag when used will be replaced with the "IP ADDRESS" of the form poster.