Created
July 14, 2014 21:08
-
-
Save salsalabs/390102587350242d5ea5 to your computer and use it in GitHub Desktop.
Selectable batch code in a donation page
This file contains hidden or 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
<div class="formRow"> | |
<label for="tracking_code">Specify a batch doee</label> | |
<select id="tracking_code" name="Batch_Code"> | |
<option value="1234567">General Operating Fund-Adminstration</option> | |
<option value="2345678"> selected>General Operating Fund-Operations</option> | |
<option value="666">Special Operating Fund</option> | |
</select> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment