COIN 74 - Assignment Seven
SOURCE: Robert Cormia's Foothill College online text, Fall 2006

Table for HW 7 - a Requirements Checklist
Check List for Code Checkers Check List for HW 7 Form Makers
Only one radio button can be selected for each set of radio buttons Use a set of radio buttons with at least 2 options
All check boxes can be selected for each set Use 2 sets of check boxes, 4 options each
Submit comes above and/or left of cancel Use a few text fields
There is no jump menu Use a multilined text area with virtual wrap
No external links are within the form tags Use a menu list with 4 options
Cancel button actually resets all form fields Use a drop down list with 4 options
Submit button actually sends form data to the email address of the form author Use submit button with a meaningful label
Form is organized in presentable fashion Use a clear or reset button to the right and/or bottom of the submit button
It's easy to tab from field to field Position the submit button before the clear or reset
Form labels are clearly identified and structured neatly, separate from form fields Create a nice form layout that allows user to understand what you want from them in entry fields
Uses a table to align the form labels and create a clean display Use tables inside form to force the labels and form elements to align even if user changes size of browser
Form includes all the required form elements Use your email address in the Form Action tag so form is submitted and you receive data through email.
Name of buddy tester and name of the buddy whose form you tested included on final submission Use only ONE FORM TAG per page. Within that, include all form elements and input tags required to fulfill this assignment.
   

Instructions: change this code in header: <form action="mailto:your_eamil_address@your_server.com" method="post" enctype="text/plain" name="requirements" id="requirements">. Insert address of form maker, or code checker.