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


How can I display a contact's information (exa:...

Added: 07/16/2011   |   Updated: 12 Years Ago

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



Answer    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"]; ?>



Take the "Contact Cookies" Quiz


Related Documents

Contact Cookies


Still Don't Understand?

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




RELATED QUESTIONS


Q. 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)?

A. 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"]; ?>

Ask For Clarification




Question Keywords: contact information



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


Reseller: WMT
|
Login
(502) 225-3237