<< .. Go to : : Home : : Exercise 5 : : Demo 5A : : Demo 5B : : Demo 5C : : Demo 5D : : A Simple Form : : TAGS : : All Class Demos .. >>

Exercise 5 Demo: Part D : Forms

Button Input Types

You'll need a button for the user to click when the data is ready to be sent to you and a button to reset all parts of the form is case your user changes their mind.


The code looks like this:

<input type="submit" value="Send the data!" name="submitbutton">
<input type="reset" value="Clear the Form" name="resetbutton">


Just remember one very important thing. All of the code in these demos are enclosed within one pair of opening and closing <form> </form> tags!

For more Complex Forms go to Extra Info on Forms for Demo 5.

Review Form Selection Types and Text Fields - go to Part C of Demo 5.

Review Form Input types - go to Part B of Demo 5.

To set up a Form go to Part A of Demo 5.

Go back to the Exercise 5 page.

© Claudia Faulk. Created in 2008. Updated 1.12