Skip to content

Commit

Permalink
Removed required from Option tag in Booking
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry-Martin committed Jul 14, 2024
1 parent 74d12e2 commit a95a8ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ <h3>Booking Information:</h3>
</div>
<div class="elem-group">
<label for="room-selection">Inperson or online reading?</label>
<select id="room-selection" name="room_preference" required>
<!-- <option value="connecting">In person</option>
<option value="adjoining">Online</option> -->
<select id="room-selection" name="room_preference">
<option>In person</option>
<option>Online</option>
</select>
Expand Down

0 comments on commit a95a8ab

Please sign in to comment.