I apologize for starting another thread and I appreciate all the input so far, but I still can't figure this code issue.
I have a simple form that writes to MySQL certain personal information (i.e. Name, Address etc.). Now if any field is left out when the visitor fills out the form, the page refreshes and lists the required fields the visitor overlooked. (Name Required, Address Required, etc.)
As it is right now, though, the form prints the err messages at the top of the form and resets ALL the form fields to nothing forcing the visitor to refill out the entire form.
Here is the form. Add some jibberish in a just few fields; leaving most of them blank and press submit:
My Form
I'm looking for a code snippet that would keep the user entered information in the fields they already filled out so they would get the err messages but their form would still have the information entered previously. Capische?
I normally give more than I ask, but this issue is stumping me.
Thank you ahead of time!
Sincerely,