修改表单

master
cyc 5 years ago
parent 16483dec14
commit a242fca1ed

@ -66,7 +66,7 @@
below. below.
</span> </span>
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Luxury" id="fiveStar" name="hotel" value="Luxury (5 stars & up)"> <input type="radio" value="Luxury" id="fiveStar" name="hotel" name="hotel" />
<label for="fiveStar"> <label for="fiveStar">
<div class="selectionText"> <div class="selectionText">
Luxury (5 stars & up) Luxury (5 stars & up)
@ -77,7 +77,7 @@
</label> </label>
</div> </div>
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Handpicked Comfort 4-5star" id="fourStar" name="hotel" value="Standard (3 stars)"> <input type="radio" value="Handpicked Comfort 4-5star" id="fourStar" name="hotel" name="hotel" />
<label for="fourStar"> <label for="fourStar">
<div class="selectionText"> <div class="selectionText">
Handpicked Comfort (4-5 stars) Handpicked Comfort (4-5 stars)
@ -88,7 +88,7 @@
</label> </label>
</div> </div>
<div class="optionLable"> <div class="optionLable">
<input type="radio" value="Standard 3 star" id="threeStar" name="hotel" value="Luxury (5 stars & up)"> <input type="radio" value="Standard 3 star" id="threeStar" name="hotel" name="hotel" />
<label for="threeStar"> <label for="threeStar">
<div class="selectionText"> <div class="selectionText">
Standard (3 stars) Standard (3 stars)

@ -103,8 +103,6 @@
<h3> <h3>
Your date of arrival * Your date of arrival *
</h3> </h3>
<input type="text" class="arrivalDate datepicker hidden-xs" id="Date_Start"
name="Date_Start" value="" placeholder="mm/dd/yyyy" autocomplete="off">
<input type="date" class="arrivalDate visible-xs" id="Date_Start" name="Date_Start_Mobile" <input type="date" class="arrivalDate visible-xs" id="Date_Start" name="Date_Start_Mobile"
value="<?php echo date('Y-m-d',time() + 24*3600*7)?>" min="<?php echo date('Y-m-d',time() + 24*3600*7)?>" placeholder="mm/dd/yyyy" autocomplete="off"> value="<?php echo date('Y-m-d',time() + 24*3600*7)?>" min="<?php echo date('Y-m-d',time() + 24*3600*7)?>" placeholder="mm/dd/yyyy" autocomplete="off">
<div class="checkYes"> <div class="checkYes">

Loading…
Cancel
Save