Assignment 16 - Forms, Part 1
Create another HTML document for your website and call it survey.html. You can use your first.css stylesheet if you like. If you choose not to, be sure to include a link back to your home.html page.
On this new survey.html document,
- Create a <form> tag that includes the URL to the Gavilan College cgi-bin file (introduced in Lesson 16), your email address, a subject, and a URL for a thanks page.
- Create at least one question that can be answered with several radio button options.
- Create at least one question that can be answered with several checkbox options.
- Create a Submit button.
- Save your survey.html file, run it through a browser, and try submitting the form.
- Check your email inbox and see if you got the submission.
- Once you have it working, upload it to your webhost account.
Remember to copy and paste as much as you can. Here is the link to a survey page.
|