Having a site visitor fill out a form is the primary way to gather information. Forms are the main line of communication with anyone that visits your site, so taking the time to make sure users fill them out correctly is key. Using PHP, we are able to ensure that all fields are properly filled out before submission, with required adjustments being called to attention through the use of error messages.
Related Submissions:
- How to Validate a Form Using PHP Part 2: Streamline Using Arrays We’ve touched upon the basic elements of form validation and error messages in part 1 of this series, which outlines a relatively static method identifying...
- Trimming Form Fields Web forms often ask visitors for non-essential information, but long and complicated forms can hinder a sales or sign-up process. Wouldn’t it be cool to...
- Comment Form Design A Usability Post reader, Vadim, has raised an interesting issue regarding comment form design. He saw that some forms around the net had two fields...
- 36 Cool Custom Error 404 Pages If you have a broken link on your site or the pages, which don’t exist any longer, have moved to a new server or have...
- 404 Error Page: Features and Implantation Because many people stumble on your 404 page, it is important to know which features a good 404 error page should have. This article will...