I recently built a simple website for a client having very little content, images and pages. Now, they want a form (a very complicated) one on their website. I built their website using just Bootstrap, so, basics of HTML, CSS and PHP was enough. But, I can't figure out a way of building this form.
Here's what the form is supposed to do:
First Page
Shows form fields to have user enter their Name, Phone Number and Email address. Then, a submit button takes them to next page.
Second Page
Has a dropdown list with names of manufacturers. Depending on the manufacturer chosen, another list lets you choose a product. A final dropdown list lets you select the model number.
Third Page
This page, is supposed to show content unique to the model number chosen. For example, if "Model X" was selected in the previous page, this page displays a unique set of fields. Choose "Model Y" and you get a different set of fields.
I will figure out later how to get all this stored into the database. But for now, I would really appreciate it if you can help build this form.