I have been looking for a way to set up what I thought would be a simple form and redirect using php. I have found similar ideas though none are answered or end up being too different to work for my situation. I am very new to this so excuse my ignorance on the subject. Any help, even a point in the right direction is greatly appreciated.
I want to set up a form with one text box (for them to enter their name) and one drop down box that will have a list of school names. The user should enter their name, choose their school and then click go or submit.
Once done I want the form to do two things. Send an email with the persons name to a predefined email address (will always be the same email address) and then redirect the page depending on the school chosen in the drop down box. Basically, email sent to me with persons name and school 1 would go to www.address1.com, school 2 would go to www.address2.com etc. By the time site is complete I may end up with 30-40 schools though will only end up with 10-12 address destinations as some schools will be redirected to the same site addresses.
Once again thank you for any help that you can offer.