Created
February 21, 2014 05:02
select box card type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// insert at line 70 of gateways/aim/aim_vars.php | |
// copy aim folder from plugins/event-espresso/gateways to uploads/espresso/gateways first | |
<p> | |
<label for="card-type">Card Card Type</label> | |
<select id="ppp_card-type" name="creditcardtype" class="wide required"> | |
<option value="Visa">Visa</option><option value="MasterCard">MasterCard</option><option value="Discover">Discover</option> | |
</select> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment