Changeset - a3737e99555d
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-12-29 16:00:08
brett@sfconservancy.org
supporter: Add id="renew" to the renewal form.

This provides better behavior for non-JavaScript visitors who use a #renew
link (see last commit).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -182,13 +182,13 @@
 
                      options first.</small>
 
                      </div>
 
</form>
 
</div>
 

	
 
<div id="renewal" class="supporter-type-selection">
 
<h3>Renew as an Annual Supporter</h3>
 
<h3 id="renew">Renew as an Annual Supporter</h3>
 
<a id="renewal"></a>
 
<p><strong>Note:</strong> This option is for existing annual supporters who
 
  seek to renew for another year.  The annual renewal is not automatic;
 
  annual supporters are emailed each year to invite them to optionally renew. </p>
 
<form id="renewal" class="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
 
<div class="supporter-form-inputs">
0 comments (0 inline, 0 general)