Contact (contact.html & contact.css)
- Add a form to the
contact.html
page where users can submit a question or comment to the store owners. - Styles should be consistent with the form on the
club.html
page. - Include instructions for your form and the following items:
- Name (required field)
- Email (required field)
- Phone
- Subject line (required field)
- Message (required field)
- All field must make it to the server
http://itins3.madisoncollege.edu/echo.php
- All labels for form fields must connect with
for
andid
attributes.