Only display a DIV what visited with a?redo=true
Hey forum
I have a contact form that uses PHP. If any of the fields are left blank, it will reload the webpage, with some form of tag on the end (eg contact.php#redo or contact.php?name=valid&email=false&comment=valid) in order to display a message corresponding to the form field that was left blank. I was wondering how I would pull this off?
As I say above there would be three tags as there are three fields- ?name= ?email= and ?comment=
And then the php would have to get[name], get[email] and get
