IanMartins
06-20-2008, 11:42 AM
I've made a form where the user can submit his name, email-address and a message. A javascript validates that all fields are filled out before the form is submitted. If it validates, PHP handles more thorough validation and sends the information to me in an email. What I'd like to learn next, is how to make the form remember all the values that the user has inserted, assuming any values makes it through the javascript validation, but are stopped by the PHP validation, making the page reload.
Can anyone point me in the right direction for this? I'm having a hard time finding any good examples to learn from. Thanks.
Can anyone point me in the right direction for this? I'm having a hard time finding any good examples to learn from. Thanks.