Shorten lines.
This commit is contained in:
parent
aa7321a34d
commit
ea23feebfa
1 changed files with 4 additions and 4 deletions
|
@ -159,12 +159,12 @@ internal policies</a> are published and available for scrutiny.</p>
|
|||
<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="receive-gift" />
|
||||
<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
|
||||
<br />
|
||||
<h5>T-shirt size:</h5>
|
||||
<input type="hidden" name="on3" value="t-shirt-size"/>
|
||||
<input type="hidden" name="on3" value="size"/>
|
||||
<select name="os3" id="os3">
|
||||
<option name="os3" id="os3" value="MenS" />Men's S</option>
|
||||
<option name="os3" id="os3" value="MenM" />Men's M</option>
|
||||
|
@ -177,12 +177,12 @@ internal policies</a> are published and available for scrutiny.</p>
|
|||
<option name="os3" id="os3" value="LadiesXL" />Ladies' XL</option>
|
||||
</select><br/>
|
||||
<h5>Would you like to be acknowledged publicly as a Conservancy Supporter?</h5>
|
||||
<input type="hidden" name="on2" value="public-ack" />
|
||||
<input type="hidden" name="on2" value="publicAck" />
|
||||
<input type="radio" checked="checked" name="os2" value="Yes" />Yes
|
||||
<input type="radio" name="os2" value="No" />No<br/>
|
||||
|
||||
<h5>Join Conservancy's Low-Traffic Announcement Email List?</h5>
|
||||
<input type="hidden" name="on4" value="join-mailing-list" />
|
||||
<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 />
|
||||
|
|
Loading…
Reference in a new issue