0% found this document useful (0 votes)
18 views1 page

Module 1

The document describes a registration form that collects a user's first name, last name, username, email, date of birth, gender, address, phone number, and zipcode. The form fields must be validated using both JavaScript and PHP to ensure required fields are filled out, the email is valid, the zipcode only allows numbers, and character limits are set for each field. If validation errors occur on submission, the form should retain the entered values. Successful submissions should redirect the user to a thank you page and save their contact details to a database where all contacts can be listed by date.

Uploaded by

NagarajanBarath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Module 1

The document describes a registration form that collects a user's first name, last name, username, email, date of birth, gender, address, phone number, and zipcode. The form fields must be validated using both JavaScript and PHP to ensure required fields are filled out, the email is valid, the zipcode only allows numbers, and character limits are set for each field. If validation errors occur on submission, the form should retain the entered values. Successful submissions should redirect the user to a thank you page and save their contact details to a database where all contacts can be listed by date.

Uploaded by

NagarajanBarath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like