I have already asked a question regarding this issue here, for a client project. Those answers may not be what I am looking for, so I will try to make this question as detailed as possible.
I have a form which has 4 main pages. The first page asks for personal information. Clicking on Submit takes you to a second page. Second page has a dropdown list containing item numbers. Let's say they are A, B, C, D, E.
When a visitor chooses an item and clicks submit, I want the next page to show content based on the item chosen above:
- If visitor chooses option A, the page should load the html page a.html or php page a.php.
- If he selects option B, the page should load the html page b.html or php page b.php. And so on for other items, each one having a different page.
I don't know PHP in detail. I am building this form in a website on WordPress.