Attempt to fix amount not coming through.
This commit is contained in:
parent
ea23feebfa
commit
76479769d4
1 changed files with 2 additions and 3 deletions
|
@ -152,10 +152,10 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<form id="supporter-form"
|
<form id="supporter-form"
|
||||||
action="https://www.paypal.com/cgi-bin/webscr"
|
action="https://www.paypal.com/cgi-bin/webscr"
|
||||||
method="post" name="supporter">
|
method="post" name="supporter">
|
||||||
<input type="hidden" name="business" value="info@sfconservancy.org" />
|
<input type="hidden" name="hosted_button_id" value="FECH4D8EQUTFY">
|
||||||
<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" />
|
||||||
<h5>Amount:</h5>$<input id="amount" type="text" name="amount" size="5" value="120" /><br/>
|
<h5>Amount:</h5>$<input id="amount" type="text" name="amount" size="7" value="120" /><br/>
|
||||||
<small>($120 minimum; increase the amount if you'd like to help us more.)</small>
|
<small>($120 minimum; increase the amount if you'd like to help us more.)</small>
|
||||||
|
|
||||||
<h5>Do you want to receive a t-shirt?</h5>
|
<h5>Do you want to receive a t-shirt?</h5>
|
||||||
|
@ -186,7 +186,6 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<input type="radio" checked="checked" name="os4" value="Yes" />Yes
|
<input type="radio" checked="checked" name="os4" value="Yes" />Yes
|
||||||
<input type="radio" name="os4" value="No" />No<br>
|
<input type="radio" name="os4" value="No" />No<br>
|
||||||
<br />
|
<br />
|
||||||
<input type="hidden" name="hosted_button_id" value="WJZ98RW3A49XJ">
|
|
||||||
<input type="image"
|
<input type="image"
|
||||||
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
|
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
|
||||||
border="0" name="submit" alt="Become a Supporter Now!">
|
border="0" name="submit" alt="Become a Supporter Now!">
|
||||||
|
|
Loading…
Reference in a new issue