Question
passing FORM variables through CFSET
I am writing an account creation page for my site. After the
user inputs the required information, I would like to 1. confirm
that their email is not a duplicate of another user 2. Pass them
off to another page that allows them to confirm the information
that they input and submit the info to the database. I would like
to have the email confirmed on that page through passing the
FORM.email variable to the #CGI.SCRIPT_NAME#. If the RecordCount on
the query for duplicate email addresses comes back VALUE=0, use
CFLOCATION to pass to the next page with the FORM variables intact.
However, as forms can only have one action attribute, what is the
best way to do this, in your opinion?
Thanks so much for your help!
dan
Thanks so much for your help!
dan
