Web Development & Design Foundations with HTML5

Skip to Content 9th Edition

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

Privacy & Form Processing

Browser Support for HTML5 Form Controls

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