kentico_ivanat
-
7/22/2012 3:38:31 PM
RE:passing parameters in querystring after signup
Hi,
could you please provide more details about your requirement?
In case the user is registered, i.e. he inserted the e-mail address, it will be available in the CMSContext class. In case you would like to work with this value you can use API or context macro:
{%Email%}
In case you would need to pass an e-mail to the query parameter you would need encode it first as @ is not allowed parameter in the URL. Then you would need to decode it.
Best regards, Ivana Tomanickova
|