hotfix/paypal-note
candice 2 years ago
parent 9f7db1079a
commit dbf7fc908c

@ -1,12 +1,15 @@
<script
<script src="https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lf828MhAAAAANNetijCXKwW5ARyhcJ-b1Hhslja"></script> src="https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lf828MhAAAAANNetijCXKwW5ARyhcJ-b1Hhslja"></script>
<div class="all_width_content"> <div class="all_width_content">
<div class="form_content"> <div class="form_content">
<div class="list_tmbottom"> <div class="list_tmbottom">
<h3 style="text-align:center;">Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.</h3> <h3 style="text-align:center;">Start planning your tailor-made tour now. Your 1:1 travel consultant will
reply within 1 working day.</h3>
<form action="/orders/quick_inquiry_save" method="post" novalidate="" id="tour_list_form"> <form action="/orders/quick_inquiry_save" method="post" novalidate="" id="tour_list_form">
<textarea name="additional_requirements" placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)" style="height:80px;"></textarea> <textarea name="additional_requirements"
placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)"
style="height:80px;"></textarea>
<div class="selectionBlock"> <div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0px;"> <h4 style="margin-top: 0; margin-bottom: 0px;">
@ -50,8 +53,7 @@
<p style="margin-top: 20px;"><strong> <p style="margin-top: 20px;"><strong>
Adults (≥18 years old) Adults (≥18 years old)
</strong> </p> </strong> </p>
<button class="minaddBtn reduceadult" id="minusAdult" type="button" <button class="minaddBtn reduceadult" id="minusAdult" type="button" value="-">-</button>
value="-">-</button>
<input class="number" type="text" value="2" id="adultNumber" name="adult"> <input class="number" type="text" value="2" id="adultNumber" name="adult">
<button class="minaddBtn addadult" type="button" id="plusAdult" value="+">+</button> <button class="minaddBtn addadult" type="button" id="plusAdult" value="+">+</button>
</div> </div>
@ -61,27 +63,32 @@
</p> </p>
<div class="checkYes" style="float:left;"> <div class="checkYes" style="float:left;">
<label for="65+"> <label for="65+">
<input type="checkbox" value="yes" name="age_65_plus" id="65+" class="checkBorder" >65+ <input type="checkbox" value="yes" name="age_65_plus" id="65+"
class="checkBorder">65+
</label> </label>
</div> </div>
<div class="checkYes" style="float:left;"> <div class="checkYes" style="float:left;">
<label for="51-64"> <label for="51-64">
<input type="checkbox" value="yes" name="age_51_64" id="51-64" class="checkBorder" >51-64 <input type="checkbox" value="yes" name="age_51_64" id="51-64"
class="checkBorder">51-64
</label> </label>
</div> </div>
<div class="checkYes" style="float:left;"> <div class="checkYes" style="float:left;">
<label for="41-50"> <label for="41-50">
<input type="checkbox" value="yes" name="age_41_50" id="41-50" class="checkBorder" >41-50 <input type="checkbox" value="yes" name="age_41_50" id="41-50"
class="checkBorder">41-50
</label> </label>
</div> </div>
<div class="checkYes" style="float:left;"> <div class="checkYes" style="float:left;">
<label for="31-40"> <label for="31-40">
<input type="checkbox" value="yes" name="age_31_40" id="31-40" class="checkBorder" >31-40 <input type="checkbox" value="yes" name="age_31_40" id="31-40"
class="checkBorder">31-40
</label> </label>
</div> </div>
<div class="checkYes" style="float:left;"> <div class="checkYes" style="float:left;">
<label for="18-30"> <label for="18-30">
<input type="checkbox" value="yes" name="age_18_30" id="18-30" class="checkBorder" >18-30 <input type="checkbox" value="yes" name="age_18_30" id="18-30"
class="checkBorder">18-30
</label> </label>
</div> </div>
</div> </div>
@ -141,11 +148,13 @@
</div> </div>
<input class="FullName" id="realname" name="name" placeholder="Your name *" required="" type="text" value="" /> <input class="FullName" id="realname" name="name" placeholder="Your name *" required="" type="text"
value="" />
<div id="realname_errmsg" style="display: none"> <div id="realname_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your name</div> <div class="requiredArea" style="margin-top:-10px;">Please enter your name</div>
</div> </div>
<input class="EmailAddress" id="email" name="email" placeholder="Email *" required="" type="text" value="" /> <input class="EmailAddress" id="email" name="email" placeholder="Email *" required="" type="text"
value="" />
<div id="email_errmsg" style="display: none"> <div id="email_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your email</div> <div class="requiredArea" style="margin-top:-10px;">Please enter your email</div>
</div> </div>
@ -153,7 +162,8 @@
<div id="email_verify_errmsg" style="display: none"> <div id="email_verify_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please verify your email</div> <div class="requiredArea" style="margin-top:-10px;">Please verify your email</div>
</div> </div>
<input class="InquiryCalendar" id="starting_date" name="date_start" placeholder="Starting date *" readonly="readonly" /> <input class="InquiryCalendar" id="starting_date" name="date_start" placeholder="Starting date *"
readonly="readonly" />
<div id="starting_date_errmsg" style="display: none"> <div id="starting_date_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your starting date</div> <div class="requiredArea" style="margin-top:-10px;">Please enter your starting date</div>
</div> </div>
@ -166,10 +176,8 @@
line-height: 20px; line-height: 20px;
">Having a phone number, especially with WhatsApp/iMessage capability will improve communication efficiency.</p> ">Having a phone number, especially with WhatsApp/iMessage capability will improve communication efficiency.</p>
<select name="country_code" class="country_code"> <select name="country_code" class="country_code">
<option style="font-weight: 600;" value="United States +1">United States&nbsp; &nbsp;+1 <option style="font-weight: 600;" value="United States +1">United States&nbsp; &nbsp;+1</option>
</option> <option style="font-weight: 600;" value="United Kingdom +44">United Kingdom&nbsp; &nbsp;+44</option>
<option style="font-weight: 600;" value="United Kingdom +44">United Kingdom&nbsp; &nbsp;+44
</option>
<option style="font-weight: 600;" value="Australia +61">Australia&nbsp; &nbsp;+61</option> <option style="font-weight: 600;" value="Australia +61">Australia&nbsp; &nbsp;+61</option>
<option style="font-weight: 600;" value="Canada +1">Canada&nbsp; &nbsp;+1</option> <option style="font-weight: 600;" value="Canada +1">Canada&nbsp; &nbsp;+1</option>
<option style="font-weight: 600;" value="France +33">France&nbsp; &nbsp;+33</option> <option style="font-weight: 600;" value="France +33">France&nbsp; &nbsp;+33</option>
@ -178,7 +186,6 @@
<option style="font-weight: 600; " value="Mexico +52">Mexico&nbsp; &nbsp;+52</option> <option style="font-weight: 600; " value="Mexico +52">Mexico&nbsp; &nbsp;+52</option>
<option style="font-weight: 600; " value="Netherlands +31">Netherlands&nbsp; &nbsp;+31</option> <option style="font-weight: 600; " value="Netherlands +31">Netherlands&nbsp; &nbsp;+31</option>
<option style="font-weight: 600; " value="Singapore +65">Singapore&nbsp; &nbsp;+65</option> <option style="font-weight: 600; " value="Singapore +65">Singapore&nbsp; &nbsp;+65</option>
<option value="Afghanistan +93">Afghanistan &nbsp; &nbsp;+93</option> <option value="Afghanistan +93">Afghanistan &nbsp; &nbsp;+93</option>
<option value="Albania +355">Albania &nbsp; &nbsp;+355</option> <option value="Albania +355">Albania &nbsp; &nbsp;+355</option>
<option value="Algeria +213">Algeria&nbsp; &nbsp;+213</option> <option value="Algeria +213">Algeria&nbsp; &nbsp;+213</option>
@ -428,9 +435,11 @@
<option value="Zimbabwe +263">Zimbabwe&nbsp; &nbsp;+263</option> <option value="Zimbabwe +263">Zimbabwe&nbsp; &nbsp;+263</option>
<option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+358</option> <option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+358</option>
</select> </select>
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Phone number (We'll only call if you ask.) *" type="tel" value="" /> <input class="Inquiryphone" id="PhoneNo" name="PhoneNo"
placeholder="Phone number (We'll only call if you ask.) *" type="tel" value="" />
<div id="contact_errmsg" style="display: none"> <div id="contact_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your phone number.</div> </div> <div class="requiredArea" style="margin-top:-10px;">Please enter your phone number.</div>
</div>
<p style=" <p style="
margin-top: 0; margin-top: 0;
@ -450,12 +459,14 @@
<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="tour_list_button" name="tour_list_button" type="button">Inquire Now</button> <input name="product_code" type="hidden" value="<?php echo $meta_product_code; ?>"/> <button class="sendButton" id="tour_list_button" name="tour_list_button" type="button">Inquire
Now</button> <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>
<!-- <!--
@ -466,7 +477,9 @@
Email: <span class="wechatred">contact@asiahighlights.com</span></div> Email: <span class="wechatred">contact@asiahighlights.com</span></div>
</div> </div>
--> -->
</div> </div> </div> </div>
</div>
</div>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/flatpickr-4.6.1.min.js"></script> <script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/flatpickr-4.6.1.min.js"></script>
<script> <script>

Loading…
Cancel
Save