Fix various problems with amount box.
This commit is contained in:
parent
448f1b02ef
commit
7276f0e17c
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@
|
||||||
<input type="hidden" name="return" value="https://sfconservancy.org/thank-you/" />
|
<input type="hidden" name="return" value="https://sfconservancy.org/thank-you/" />
|
||||||
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
||||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||||
<input id="amount" type="text" name="amount" size="1" value="120" />
|
<input id="amount" type="text" name="amount" size="5" value="120" />
|
||||||
<small>($120 minimum to become a supporter; please increase the amount above if you want to
|
<small>($120 min; increase amount if you'd like.)</small>
|
||||||
make a bigger impact to support Conservancy.)</small>
|
|
||||||
|
|
||||||
<h5>Do you want to receive a t-shirt?</h5>
|
<h5>Do you want to receive a t-shirt?</h5>
|
||||||
<input type="hidden" name="on1" value="Donation Gift" />
|
<input type="hidden" name="on1" value="Donation Gift" />
|
||||||
|
|
Loading…
Reference in a new issue