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