Welcome message web page from email


(Ravi) #1

Hi there,

I wanted to have the page which has got Welcome message in it and the welcome message has to start with the name of that receiver.
The welcome message page linking from the email. the name has to pick it up from the email reciever.

Any ideas?


(Peter McLeod) #2

Hi

You could need to include the name as a query parameter in the email link, eg:

http://site.com/page?name=Peter

Then on the page - just get it using a globals_get_ keyword, eg:

Welcome %globals_get_name%

How are your emails being created and sent - as this would determine how you would automate accessing the name value to include? eg through matrix, through email marketing platfor such as campaign monitor etc

Thanks
Peter