First page Back Continue Last page Image
Example Code Page 1
- <form method="post" action="mailto:sf_nicole@yahoo.com">
- <! Using Checkboxes>
- <label><input type="checkbox" name="symptoms" value="nausea">Nausea</label>
- <label><input type="checkbox" name="symptoms" value="lgtHead">Light Headed</label>
- <label><input type="checkbox" name="symptoms" value="fever">Fever</label>
- <label><input type="checkbox" name="symptoms" value="headache">Headache</label>
- <input type="submit" value="Send Form">
- <input type="reset" value="Clear Form">
- </form>
- Notice that when I wrap an input in a label, I can click on the label to mark the box