>
A: Enter HTML tags for your subscription form. Only
the following fields are allowed:
Note: This
is the easiest way to get more signups - they won't have to fill out
their name/email address again! We'll pre-fill the form and they just
submit :)
IF you could automate this process that would be to your advantage.
No HTML tags |
|
Instructions:
Put all the HTML code between
<form> </form> tags
- Your form MUST contain form fields for
-First Name
-Last Name
-Email
-Any hidden fields
No other fields are supported
- For us to pre-fill First Name, Last Name
and Email, you must add these "Initial Values"
to your form, i.e. within your input tags:
First Name: - value="[FIRST-NAME-HERE]"
Last Name: - value="[LAST-NAME-HERE]"
Email - value= "[EMAIL-HERE] "
If these values are not there, they'll be presented
with a form that is not pre-filled
- You must have a redirect page, e.g. http://somewebsite.com/somepage.html.
Add something like this as a hidden field,
<input type="hidden" name="redirect" value="http://mypage.com/somepage.html">
This is where http://mypage.com/somepage.html your gift/sales
page must reside!
|
>
B: Alternatively, provide a link (URL) where they'll
access your gift. Make sure you provide some way for them to sign up
before they accept your gift!
NB: You are likely to get less signups this way. |
|
Tip:
In this page, put a signup form before they access your gift. You ideally
would end up with less signups as they might not enjoy having to sign
up multiple times! |