Hello,
I made a registration confirmation code that emails you a random md5 in the form of
www.yoururl.com/confirmation.php?key=as19239avjkajesdfkj
and key is the confirmation code. However I am trying to implement a 2 part confirmation code (one sent to your email and one sent to your cell phone) so I want to make a field where once it gets the key from the url it will also display a standard html form to ask for the cellphone code (5 random letters/numbers)
I have tried different ways of doing this but every time it calls the html for the form they key part of the url erases and I dont get the email key anymore.
Any ideas how to do this?
Thanks!