SALES LETTER PERSONALIZATION
Ok, now wherever you want the visitor's first name to appear in your sales letter, just insert this code as seen below:
<?php echo $firstname; ?>
Wherever you want the visitor's last name to appear in your sales letter, just insert this code as seen below:
<?php echo $lastname; ?>
Wherever you want the visitor's city to appear in your sales letter, just insert this code as seen below:
<?php echo $city; ?>
Wherever you want the visitor's email address to appear in your sales letter, just insert this code as seen below:
<?php echo $vemail; ?>
After you make the necessary changes to your sales letter page, you will need to upload this page via FTP to your server.
You will need a List Manager that accepts subscriptions via email if you want to use the Squeeze Page Generator with a List Manager. If not, just use your own email address and you can keep track of subscribers yourself. If you need a good List Manager and/or Auto-Responder, I highly recommend Aweber.com.
Best of luck!
SALES LETTER PERSONALIZATION
Ok, now wherever you want the visitor's first name to appear in your sales letter, just insert this code as seen below:
<?php echo $firstname; ?>
Wherever you want the visitor's last name to appear in your sales letter, just insert this code as seen below:
<?php echo $lastname; ?>
Wherever you want the visitor's city to appear in your sales letter, just insert this code as seen below:
<?php echo $city; ?>
Wherever you want the visitor's email address to appear in your sales letter, just insert this code as seen below:
<?php echo $vemail; ?>
After you make the necessary changes to your sales letter page, you will need to upload this page via FTP to your server.
You will need a List Manager that accepts subscriptions via email if you want to use the Squeeze Page Generator with a List Manager. If not, just use your own email address and you can keep track of subscribers yourself. If you need a good List Manager and/or Auto-Responder, I highly recommend Aweber.com.
Best of luck!