Changes to act 20 to make program work:
Download from my website, webform.js
1. Right after the </title> tag, but before the </head> tag, put in the following:
<script src = webform.js></script>
2. in the" form tag", insert:
name=myform
3. in the checkbox tags, insert
name =
and one of the folowing names as appropriate: SUMMER, SKI, TALL, JOB, F, PET.
Be sure all names are in CAPITALS and have no spaces.
example: <input type=text name = "FIRSTNAME" size = 20>
4, Also do with POSTAL CODE and TYPE OF FOOD, which become POSTALCODE and TYPEOFFOOD
5. in the submit button tag, put in onClick=program()