MMDT1022 HTML II and Javascript
Week 6
Week 6 Read chapter 7 in the book. This chapter is about validating form data. In class we will be finishing together this t-shirt order form that we worked on last week and validate some of the data fields to order t-shirts. Pythex - Python regular expression editor Regular Expression repository RegExLib Regular Expression tutorial. Expresso is a great development tool for regular expressions. |
Lab Check Form Create a contact information update form. Here is a snapshot of the form and the form variable names. Also shown is the form action that is called upon submission. Note: Pay careful attention to the variable name case. Variable names are cAsE sEnSiTiVe. Files to help you get started on the lab. This is the finished lab called checkform. (Password protected. Only viewable live and in the recording) Add validation to all textual form elements. I will be checking the following list very carefully.
Once built and published, test your form. All input fields will be echoed back if your form is working correctly.
Assignment is due one week from when it was assigned. 50% penalty if late. |