Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Fix Hire barryclark#6
Browse files Browse the repository at this point in the history
Delete first select option's value and added required.
  • Loading branch information
semajthomasprimm committed Jun 25, 2017
1 parent b80afd0 commit 4d1690f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hire.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ <h2>Project Details</h2>
</div>
<div class="dropdown col-md-6">
<label for="name">Your ideal start date *</label>
<select class="form-control" name="name" required="required" data-error="Please enter a valid duration.">
<option value="withinone">Please select</option>
<select class="form-control" name="name" required data-error="Please enter a valid duration.">
<option value="">Please select</option>
<option value="withinone">Within 1 week</option>
<option value="withinonetwo">1-2 week</option>
<option value="withintwofour">2-4 weeks</option>
Expand Down

0 comments on commit 4d1690f

Please sign in to comment.