Skip to content

Commit

Permalink
- Added "Choose an option" as the first option in the <select>
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Sep 6, 2011
1 parent b04a275 commit bf26f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.php
Expand Up @@ -43,8 +43,7 @@
<p>All fields marked with <span class="required">*</span> are required.</p>
<fieldset>
<p>
<label>
Name: <span class="required">*</span>
<label>Name: <span class="required">*</span>
<input type="text" id="name" name="name" autocomplete="on" required="required" />
</label>
</p>
Expand All @@ -61,6 +60,7 @@
<p>
<label>Options:
<select id="option" name="option">
<option value="None">Choose an option</option>
<option value="Option 1">Option 1</option>
<option value="Option 2">Option 2</option>
<option value="Option 3">Option 3</option>
Expand Down

0 comments on commit bf26f0e

Please sign in to comment.