Created
July 10, 2014 20:02
-
-
Save salsalabs/5e9aaf67d6a1cc191bd6 to your computer and use it in GitHub Desktop.
Select Donation Tracking Code
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">How do you say "tomato"?</label> | |
| <select id="tracking_code" name="Donation_Tracking_Code"> | |
| <option value="tomayto">Tomayto</option> | |
| <option value="tomahto"> selected>Tomahto</option> | |
| <option value="maters">'Maters</option> | |
| </select> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment