So the form needs to submit to another page that has the server validation behaviour?
Sorry, can I also ask about creating a verification code? When a user submits the form, I have UserEmailVerified in our user table set to "no".
So, it saves to database and I need it to also e-mail out to the e-mail address entered with a link to a page on our website that runs an UPDATE on the database table to change UserEmailVerified to "yes". UserEmailVerified is just a tinyint field, 1 for yes, 2 for no.
How do I generate a verification code though? I have a field called UserVerificationCode in our user table.
Thanks man.
NJ