Changing the destination of a form...
Hi All
Can someone tell me if you can change the action value of a form,
ie <form action="subform.php" ....>
depending on a radio button value within that form?
---------------------------------------------
action="form1.php" if radio button 1 selected
action="form2.php" if radio button 2 selected
---------------------------------------------
Does that make sense?
Thanks in advance.
|