Recently I have made a user registration form(in php) with verification capability.If the user accidently ignored a required field, he/she will be given a message indicating the field must be filled in. But, I can only display the error message in different pages, with a link "click here to return to previous page".And, I found it is tedious using this way. Could it be possible for me to display the error message above the form, so that the users can easily modify the field? If could, how can I remain or show the information filled by user previously in the form? By using cookie? (Does it mean that the user must turn on the cookie option then only the information filled will be kept?) Thank you very much.
Regards,
jimcurry
jimcurry@hotpop.com