Last active
August 29, 2015 14:03
-
-
Save salsalabs/3296d599f251e7684c6c to your computer and use it in GitHub Desktop.
Add optional donation code to 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
<fieldset> | |
<legend>Designation Code</legend> | |
<p>This is an area where you can make a pitch. It can run on for as long as you want, or not exist at all.</p> | |
<div class="formRow"> | |
<label for="designation_code">Organization</label> | |
<input type="text" id="designation_code" name="Designation_Code" val=""> | |
</div> | |
</fieldset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment