I would like to create a condition, if the user selects Radio button A, the button will be this one.
<input type="button" disabled="disabled" name="next" value="Proceed to Payment" onclick="window.location='shipping.php#openModal'"/>
but when user selects Radio button B, the button will automattically be.
<input type="submit" disabled="disabled" name="order" value="Proceed to Checkout"/>
how do i do that? thank you