name修改统一

hotfix/paypal-note
candice 2 years ago
parent b37b0ccfa4
commit b3f670a236

@ -2,7 +2,7 @@
<div class="tmbottom"> <div class="tmbottom">
<h3 style="text-align: center; font-size: 20px; line-height: 22px;">Book this trip now. Your 1:1 travel consultant will reply within 1 working day.</h3> <h3 style="text-align: center; font-size: 20px; line-height: 22px;">Book this trip now. Your 1:1 travel consultant will reply within 1 working day.</h3>
<form action="https://www.asiahighlights.com/orders/quick_inquiry_save" method="post" novalidate="" id='gp_form'> <form action="https://www.asiahighlights.com/orders/quick_inquiry_save" method="post" novalidate="" id='gp_form'>
<textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="If you have other requirements such as adding private transport on arrival and departure day, extending the trip : pre - or post-tour, please let us know .... (optional)"></textarea> <textarea id="form_additionalrequirements" name="additional_requirements" placeholder="If you have other requirements such as adding private transport on arrival and departure day, extending the trip : pre - or post-tour, please let us know .... (optional)"></textarea>
<div class="selectionBlock"> <div class="selectionBlock">
<div id="adultBlock" > <div id="adultBlock" >
@ -348,25 +348,25 @@
">I prefer to be contacted via:</p> ">I prefer to be contacted via:</p>
<div class="checkYes"> <div class="checkYes">
<input type="checkbox" value="yes" name="contact via whatsapp" id="whatsapp" class="checkBorder" > <input type="checkbox" value="yes" name="contact_via_whatsapp" id="whatsapp" class="checkBorder" >
<label for="whatsapp">WhatsApp</label> <label for="whatsapp">WhatsApp</label>
</div> </div>
<div class="checkYes"> <div class="checkYes">
<input type="checkbox" value="yes" name="contact via iMessage" id="iMessage" class="checkBorder" > <input type="checkbox" value="yes" name="contact_via_iMessage" id="iMessage" class="checkBorder" >
<label for="iMessage">iMessage</label> <label for="iMessage">iMessage</label>
</div> </div>
<div class="checkYes"> <div class="checkYes">
<input type="checkbox" value="yes" name="contact via Phone" id="Phone" class="checkBorder" > <input type="checkbox" value="yes" name="contact_via_phone_call" id="Phone" class="checkBorder" >
<label for="Phone">Phone call</label> <label for="Phone">Phone call</label>
</div> </div>
<div class="checkYes"> <div class="checkYes">
<input type="checkbox" value="yes" name="contact via Video appointment" id="Video" class="checkBorder" > <input type="checkbox" value="yes" name="contact_via_video_appointment" id="Video" class="checkBorder" >
<label for="Video">Video appointment</label> <label for="Video">Video appointment</label>
</div> </div>
<button class="sendButton" id="submit_gp_form" type="button">Inquire Now</button> <button class="sendButton" id="submit_gp_form" type="button">Inquire Now</button>
<input name="cli_no" type="hidden" value="<?php echo $meta_product_code; ?>"/> <input name="product_code" type="hidden" value="<?php echo $meta_product_code; ?>"/>
<input name="itinerary" type="hidden" value="<?php echo $information->ic_title; ?>" /> <input name="itinerary" type="hidden" value="<?php echo $information->ic_title; ?>" />
</form> </form>
<!-- <h3 style="text-align: center; <!-- <h3 style="text-align: center;

Loading…
Cancel
Save