T O P I C R E V I E W |
pmorettini |
Posted - Jul 29 2014 : 19:37:32 Hi,
I want to enable people on my newsletter list to unsubscribe easily. To that end I created an unsubscribe web page using your web form creator --it worked great--thanks!
Here's the page:
http://www.pjmconsult.com/unsubscribenewsletter.htm
My problem is I want to put a link in the newsletter which not only points to that unsubscribe page but also automatically inserts the addressee's email address in the box on the unsubscribe page. I'm not sure how to do that, I believe it's a script of some sort. Can you guide me through that?
Thanks,
Phil |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Aug 02 2014 : 13:22:16 Hi Phil
For a web developer it is very easy to do. Provide them your static HTML file and explain that you would like the email field to be pre-filled with the email address embedded in the URL.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
pmorettini |
Posted - Aug 01 2014 : 08:10:58 Nigel, is that something that would be relatively easy to do on the server end, or not possible?
Phil |
xequte |
Posted - Jul 31 2014 : 22:08:24 Hi Phil
Unfortunately on your server end you would need to use a script rather than a static HTML file, to take the email address that MLK passes and fill the email field.
In MLK you would then specify the link as follows:
http://www.pjmconsult.com/unsubscribenewsletter.asp?Email=%EMAIL%
Nigel Xequte Software www.xequte.com nigel@xequte.com
|