master
赵鹏 2 years ago
parent 47611d2d89
commit 66ece67c57

@ -42,10 +42,10 @@
</div>
</div>
<?php } else { ?>
<div class="visible-xs m-bottom20"><select class="form-control" id="Hotel" name="Hotel">
<option>5 Star (Luxury)</option>
<option selected="selected" value="">4 Star (Comfort)</option>
<option>3 Star (Economy)</option>
<div class="visible-xs m-bottom20"><select class="form-control" id="Hotel" name="hoteltype">
<option value="5-star">5 Star (Luxury)</option>
<option selected="selected" value="4-star">4 Star (Comfort)</option>
<option value="3-Star">3 Star (Economy)</option>
</select></div>
<?php } ?>
<textarea rows="2" class="form-control m-bottom15" id="form_additionalrequirements" name="form_additionalrequirements" placeholder="Share your specific needs here, e.g. It's a family trip, anniversary, birthday... "></textarea>

Loading…
Cancel
Save