Email link to an internal page required
Posted: Tue Mar 23, 2010 11:26 am
I want to issue a link to send out by email to one of our registration pages. The correct event is selected within cmsms by passing a session variable.
The address is something like: www.site/index.php/register
How do I pass in a variable to the page from an email?
Outside of cmsms I would use something like this:
How do I do this inside cmsms?
Any ideas greatly received.
The address is something like: www.site/index.php/register
How do I pass in a variable to the page from an email?
Outside of cmsms I would use something like this:
Code: Select all
http://someaddress/index.php?page=register&var1=1
Any ideas greatly received.