Skip to content

Instantly share code, notes, and snippets.

@sidharrell
Created February 21, 2014 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidharrell/9129062 to your computer and use it in GitHub Desktop.
Save sidharrell/9129062 to your computer and use it in GitHub Desktop.
select box card type
// 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