Chapter 9 Forms
Forms are used for many purposes all over the Web. They are used by search engines to accept keywords and by online stores to process e-commerce shopping carts. Websites use forms to help with a variety of functions, including accepting visitor feedback, encouraging visitors to send a news story to a friend or colleague, collecting e-mail addresses for a newsletter, and accepting order information. This chapter introduces a very powerful tool for web developers—forms that accept information from web page visitors.
Resources & Chapter Links
Free Remotely-hosted Form Processing
- Formbuddy
- FormMail *Free Trail
- MyContactForm
- Icebrrg *Free Trial
- Master.com
Server-Side Technologies
Privacy & Form Processing
Free Server-Side Scripts
Browser Support for HTML5 Form Controls
- http://caniuse.com (also CSS3 browser support information)
- http://findmebyip.com/litmus (also CSS3 browser support information)
- http://html5readiness.com
- http://html5test.com
- http://www.standardista.com/html5
Server-Side Script
The server-side script used in the chapter is written in PHP. View the source code.
Review Activities
Review game activities are available for this chapter.
Check your knowledge of chapter terms and concepts.
Chapter Updates
Use https instead of http when you are coding the action attribute values provided in the textbook.
- Pages 424, 433, 434, 439, 452
The value for the action attribute should be https://webdevbasics.net/scripts/demo.php - Page 443
The value for the action attribute should be https://webdevbasics.net/scripts/javajam8.php - Page 446
The value for the action attribute should be https://webdevbasics.net/scripts/fishcreek.php - Page 448
The value for the action attribute should be https://webdevbasics.net/scripts/pacific.php - Page 451
The value for the action attribute should be https://webdevbasics.net/scripts/yoga.php
Questions or Comments?
The author would like to hear from you! Send an e-mail to webdevfoundations@gmail.com