Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

UNBUNDL

PHP ASSIGNMENT

Your task is to create a web page with a warranty registration form that collects specific
information from customers. The form should have the following fields:

1. Installation Service Order No: This should be a 13-digit code, with the first 3 characters
being alphabets and the remaining 10 characters being numeric. For example,
"BLR1234567890". If the code format doesn't match, display an error message instructing
the user to email xyz@gmail.com for warranty registration.

2. Model Name: This field should contain either "LTW" or "Aero".

If the Installation Service Order No is valid, proceed to the next step:

3. Customer Information:
- Name
- Email Address
- Mobile Number
- Address
- City
- State
- Pincode

4. Product Information:
- Serial Number
- Purchase Date
- Scan of Invoice (PDF)
- Scan of Life Time Warranty Registration Form (PDF)

5. Submit Button: When the user submits the form, all the entered data should be sent to a
database. Additionally, send an email to hr@unbundl.com with all the form details.

6. After successfully sending the documents via email, display the message: "Thank you for
sharing the documents with us. Our team will verify the details and get back to you within 7
working days. FFIPL reserves the right to reject the warranty application if the registration
terms & conditions are not met. Please refer to the product’s user manual for detailed
warranty terms & conditions."

You might also like