This is driving me up the wall here!
I have this form where based on if a checkbox is selected the action file on the form will change. First can this be done and how do I write a javascript variable to change in the action="change variable" of the form properties? Say by default, the action is set to action="actionrma_confirm.php" but when I click on the check box the action file could maybe change to action="rma.php".
Can this be done in javascript?
I have this form where based on if a checkbox is selected the action file on the form will change. First can this be done and how do I write a javascript variable to change in the action="change variable" of the form properties? Say by default, the action is set to action="actionrma_confirm.php" but when I click on the check box the action file could maybe change to action="rma.php".
Can this be done in javascript?