Attempt to add quantity.
This commit is contained in:
parent
cb60dd3cd0
commit
a1f9be5e31
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@
|
|||
<input type="hidden" name="item_name" value="Conservancy Supporter Night, FOSDEM 2015" />
|
||||
<input id="no_shipping" type="hidden" name="no_shipping" value="0" />
|
||||
<input type="hidden" name="return" value="https://sfconservancy.org/supporter/thank-you-event.html" />
|
||||
<input type="hidden" name="add" value="1"/>
|
||||
<label for="amount"><strong>Number of Tickets:</strong></label>
|
||||
<input name="quantity" value="1"/>
|
||||
<label for="amount"><strong>Amount:</strong> $</label>
|
||||
<input id="amount" type="text" name="amount" size="7" minimum="40" value="40" />
|
||||
<span id="error" class="form-error-show">$40 is a minimum donation to
|
||||
|
|
Loading…
Reference in a new issue