Forms

Get

First Name: Last Name:

Post

Favorite Color: Favorite Movie:
  1. Set up your page data such as title, headings, etc.
  2. Create form field by clicking first tab under Forms icon at top (form tag in html).
  3. Write in your text such as First Name: Last Name:
  4. Insert text fields (icon next to forms / input type in html).
  5. Insert submit button.
  6. Click each text field and give it a Text Field name.
  7. Select form field and set Method to either get or post as desired.
  8. Set the Action to point to a document. (Ex. L03_get_results.php)
  9. Create php documents with the form Action names such as step 8 above (see steps on those pages).
  10. Once those pages are set up and saved, try opening a browser and testing the outcome of the form.