Changeset - 76479769d49b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-01 23:45:29
bkuhn@ebb.org
Attempt to fix amount not coming through.
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -149,16 +149,16 @@ internal policies</a> are published and available for scrutiny.</p>
 

	
 
<h2>Become a Supporter Now!</h2>
 
<a id="now"></a>
 
<form id="supporter-form"
 
            action="https://www.paypal.com/cgi-bin/webscr"
 
            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="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>
 

	
 
                                            <h5>Do you want to receive a t-shirt?</h5>
 
                      <input type="hidden" name="on1" value="wantGift" />
 
                      <input type="radio" checked="checked" name="os1" value="Yes" />Yes
 
                      <input type="radio" name="os1" value="No" />No
...
 
@@ -183,13 +183,12 @@ internal policies</a> are published and available for scrutiny.</p>
 
            
 
                                            <h5>Join Conservancy's Low-Traffic Announcement Email List?</h5>
 
                      <input type="hidden" name="on4" value="joinList" />
 
                      <input type="radio" checked="checked" name="os4" value="Yes" />Yes
 
                      <input type="radio" name="os4" value="No" />No<br>
 
                      <br />
 
                      <input type="hidden" name="hosted_button_id" value="WJZ98RW3A49XJ">
 
                      <input type="image"
 
                             src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
 
                             border="0" name="submit" alt="Become a Supporter Now!">
 
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
                    </form>
 
                      <small>You will be redirected to the Paypal website to
0 comments (0 inline, 0 general)