Skip to content

Instantly share code, notes, and snippets.

@micahflee
Created September 5, 2012 22:27
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 micahflee/3646404 to your computer and use it in GitHub Desktop.
Save micahflee/3646404 to your computer and use it in GitHub Desktop.
<div class="content">
<input type="radio" class="form-radio" checked="checked" name="is_pledge" id="CIVICRM_QFID_0_18" value="0"><label for="CIVICRM_QFID_0_18">I want to make a one-time contribution</label><br><input type="radio" class="form-radio" name="is_pledge" id="CIVICRM_QFID_1_20" value="1"><label for="CIVICRM_QFID_1_20">I pledge to contribute this amount every</label>&nbsp;
<select class="form-select valid" id="pledge_frequency_unit" name="pledge_frequency_unit">
<option value="month">month</option>
</select>&nbsp;for&nbsp;<input type="text" class="form-text" id="pledge_installments" name="pledge_installments" size="3">&nbsp;installments.
</div>
@micahflee
Copy link
Author

I pledge to contribute this amount every month for installments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment