Looking for some help on how to create a simple form with php that would redirect the user based on the options selected in the form.
The user would see a series of check-box options and a submit button:
option 1
option 2
option 3
option 4
option 5
SUBMIT
If the user presses submit without making a selection, they should get an "Please make a selection." error message.
If the user checks Option 1 and/or Option 2, the submit button would send them to page1.html.
Otherwise, the submit button sends them to page2.html
Any assistance would be greatly appreciated.