Skip to content
Snippets Groups Projects
Commit 516c2378 authored by Seth Meranda's avatar Seth Meranda
Browse files

update markup for radio buttons, fix validation error.

parent 18837278
No related branches found
No related tags found
No related merge requests found
......@@ -169,10 +169,7 @@ if (!empty($_POST)) {
<li><label for="phone" class="element"><span class="required">*</span>Phone Number<span class="helper">Format: 402-555-1234</span></label><div class="element"><input id="phone" name="phone" type="text" class="required-entry validate-phone" /></div></li>
<li><label for="video" class="element">Youtube URL<span class="helper">Highly recommended.</span></label><div class="element"><input id="video" name="video" type="text" /></div></li>
<li>
<label class="element">
You are a:
</label>
<div class="element">
<fieldset><legend>You are a</legend>
<ol>
<li><input name="type" value="UNL student" type="radio" id="unlstudent" /><label for="unlstudent">UNL student</label></li>
<li><input name="type" value="High school student" type="radio" id="hsstudent" /><label for="hsstudent">High school student</label></li>
......@@ -180,15 +177,15 @@ if (!empty($_POST)) {
<li><input name="type" value="UNL Alum" type="radio" id="alum" /><label for="alum">UNL Alum</label></li>
<li><input name="type" value="Other" type="radio" id="other" /><label for="other">Other</label></li>
</ol>
</div>
</fieldset>
</li>
<li>
<label for="proposal" class="element">
<span class="required">*</span>
Describe your proposal for using physics for the official opening of Jorgensen Hall (500 word limit):
Describe your proposal for using physics for the ribbon-cutting <span class="helper">(500 word limit)</span>
</label>
<div class="element">
<textarea id="proposal" name="proposal" rows="10" class="required-entry"></textarea>
<textarea id="proposal" name="proposal" rows="10" cols="1" class="required-entry"></textarea>
</div>
</li>
</ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment