Skip to content

Instantly share code, notes, and snippets.

@salsalabs
Created July 10, 2014 20:02
Show Gist options
  • Select an option

  • Save salsalabs/5e9aaf67d6a1cc191bd6 to your computer and use it in GitHub Desktop.

Select an option

Save salsalabs/5e9aaf67d6a1cc191bd6 to your computer and use it in GitHub Desktop.
Select Donation Tracking Code
<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