Is there a way to have a form submit to different/custom URLs based on a prior radio button entry?
For example:
Favorite Fruit?
Apples
Bananas
Mango
If apples is selected form action is http://www.someurl.com/apples.php
If bananas is selected form action is http://www.someurl.com/bananas.php
If mango is selected form action is http://www.someurl.com/mango.php