Changeset - a1f9be5e3167
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-01-20 22:58:56
bkuhn@ebb.org
Attempt to add quantity.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/event.html
Show inline comments
...
 
@@ -85,12 +85,15 @@
 
<div class="dinner-form-inputs">
 
            <input type="hidden" name="cmd" value="_xclick" />
 
            <input type="hidden" name="business" value="dinner@sfconservancy.org" />
 
            <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
 
  attend  the dinner.</span></div>
 
                      <div id="annual" class="dinner-form-submit">
 
                      <input type="image"
0 comments (0 inline, 0 general)