Wondering if someone could help me out.
I have a very simple form - email and product selection and all I'm trying to do is figure out an easy way to route 3 different option values for product to 3 unique urls.
That is- I can't easily have it just drop to a standard form action of
So that I can easily/simply feature the respective product selections on that page.
Can anyone help me with this?
I have a very simple form - email and product selection and all I'm trying to do is figure out an easy way to route 3 different option values for product to 3 unique urls.
That is- I can't easily have it just drop to a standard form action of
Code:
http://www.mydomain.com/results.php?option1=selectedproduct1
but instead need to have it go to something like:
http://www.mydomain.com/selectedproduct1.php
(for option 2)
http://www.mydomain.com/selectedproduct2.php etc
Can anyone help me with this?