Hi I need help with form validation here. Currently I am working on my sch project which is a hotel website. I want to validate user input such that when the input format is wrong or when the required field(s) is empty, the error message will appear on the SAME page to inform the user (instead of a pop up box like the traditional javascript way) I have attach to this thread an image file illustrating an example of the output I wanted as mentioned above. Feel free to take a look and see if you have any idea how to code it Thank you
I want the validation to works like the paypal system, a box with red words will appear should the user failed to meet the registration requirement
You can do this by using PHP to check your input and return to the same page while adding extra information! and most sites use Javascript and PHP to check forms!