Module 1
Module 1
Form
Fields Firstname Lastname Username Email-Id Date-of-birth Gender Address Phone Zipcode - Textbox - Textbox - Textbox - Textbox - DD(selectbox) : MM (Selectbox): YY (selectbox) - Male (Radiobutton) - Textarea - Textbox - Textbox Female (Radiobutton) Form should be validated for compulsory fields. Both Javascript and PHP validation. Zip code should allow only numbers. Email format should be valid. Max char should be set for all form fields. Form fields should retain the values, if there are any error after submission. After passing all criteria, user should be redirected to a separate thanks page. Save the contact details of the users in database. list out all contacts by date.