I am trying to create a registration page, not for self login, but for my customers to receive a newsletter.
My database connectivity works fine, and the records are getting stored. My CFMail piece works fine.
My problem is that I need to be able to pass the variable from the Insert record page (registration page) to the success.cfm (detail page) There are 2 reasons I need this. One is for the "Thanks for Registering Username" 2) so that I can pass the session variable of the email entered on the insert record page to the results page so that CFMail can send back a confirmation to the user that they have been successfully registered to receive a newsletter. CFMail works, and so does the insert record page.
I just don't seem to find good information on creating, passing, and retrieving the Session variables, which is where I think the problem lies at the moment.
Thanks in advance for your help!
Read More