ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => Customization, Integration => Topic started by: support6 on December 17, 2004, 07:09:43 am

Title: How to pass custom HTML msg codes
Post by: support6 on December 17, 2004, 07:09:43 am
I saw some sample code on this forum for using a re-direct and custom HTML on the sign-up confirmation page. However, after the visitor is redirected, I'm having trouble displaying the msg code info (i.e. !fname) on the new page. Can you give me a snippet of sample code that I should be using?
Title: How to pass custom HTML msg codes
Post by: DW on December 19, 2004, 11:40:39 pm
To do this you would have to add a "GET" style variable to the redirected-to URL.

ie:

http://site.com/page.html?email=!email

Depending on your server configuration you may or not be able to output the data on your page like this:

<?php echo $email; ?>