mardi 17 décembre 2019

Redirect to the specific pages among two buttons? [duplicate]

This question already has an answer here:

If I click the radio of debit_card and process payment then go to debitcard.php ,else I click the radio of credit_card and process payment then go to creditcard.php.

<div class="payment_item">
    <div class="radion_btn"> 
        <input type="radio" id="f-option5" name="selector" value="debit_card">
        <label for="f-option5">Debit card</label>
        <div class="check"></div>
    </div>
</div>

<div class="payment_item active">
    <div class="radion_btn">
        <input type="radio" id="f-option6" name="selector" value="credit_card">
        <label for="f-option6">Credit card</label>
        <div class="check"></div>  
    </div>
</div>

 <input class="main_btn" type="submit" value="Process payment" style="width:100%;"/>

Aucun commentaire:

Enregistrer un commentaire