Web Marketing Tool
Reseller
WMT .
Question
Referred By: Web Marketing Tool
Login


Can dynamic code make it so that when a contact...

Added: 04/13/2012   |   Updated: 7 Years Ago

Question   Can dynamic code make it so that when a contact enters their information on the capture page, then the next page displays their name (exa: Congratulations John)?



Answer    Yes, it is possible to do this.
It can be done through the WYSIWYG editor by using the ~contactfirstname~ code.
If doing it in the php file you can display it by accessing the lname cookie using the code: <?php echo $_COOKIE["lname"]; ?>


Take the "Contacts" Quiz


Related Documents

Contacts


Pages

Still Don't Understand?

Fill out the form below to ask for further clarification about this question:




RELATED QUESTIONS


Q. How can I display a contact's information (exa: first name) on a page?

A. When a contact fills out the form on a capture page their first name is stored in a cookie called "lname" and their email is stored in a cookie called "lemail".

The php code to display their first name is:
<?php echo $_COOKIE["lname"]; ?>

The php code to display their email is:
<?php echo $_COOKIE["lemail"]; ?>


Ask For Clarification




Question Keywords: dynamic code, contact information



DMCA.com Protection Status Authorize.net
Valid HTML! Valid CSS!


Reseller: WMT
|
Login
(502) 225-3237