表单精简

hotfix/paypal-note
candice 2 years ago
parent 5a46406032
commit 3da241ab45

@ -1,7 +1,7 @@
<div class="tripnotes" collapse="" collapse-status="hide" data-target="tripnotes" data-target-icon="day4Icon" style="font-size: 25px; <div class="tripnotes" collapse="" collapse-status="hide" data-target="tripnotes" data-target-icon="day4Icon" style="font-size: 25px;
color: #ad1818; color: #ad1818;
font-weight: 600; font-weight: 600;
font-family: 'Goudy Old Style';">Your 1:1 travel consultant will reply within 1 working day. Over 50% of our clients complete their bookings within 10 days of submitting their inquiry.<span class="OpenIcon" id="day4Icon"></span></div> font-family: 'Goudy Old Style';">Your 1:1 travel consultant will reply within 1 working day.<span class="OpenIcon" id="day4Icon"></span></div>
<div class="tripnotescontent" collapse-content="" id="tripnotes" style="display: none; box-sizing: border-box;"> <div class="tripnotescontent" collapse-content="" id="tripnotes" style="display: none; box-sizing: border-box;">
<div class="tmbottom" style="padding-top: 60px; margin-top: 0;"> <div class="tmbottom" style="padding-top: 60px; margin-top: 0;">
@ -10,7 +10,7 @@
name="quick_inquiry_form" novalidate=""> name="quick_inquiry_form" novalidate="">
<div class="InquiryBox"> <div class="InquiryBox">
<textarea id="form_additionalrequirements" name="additional_requirements" <textarea id="form_additionalrequirements" name="additional_requirements"
placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)"></textarea> placeholder="E.g.: This is a big trip for anniversary, honeymoon, birthday celebration..."></textarea>
<div class="selectionBlock"> <div class="selectionBlock">
<p style=" text-align: left; font-weight: 400; padding-bottom: 0;"> <p style=" text-align: left; font-weight: 400; padding-bottom: 0;">
Number in your group Number in your group
@ -211,13 +211,7 @@
<span id="email_errmsg" style="display: none"><span class="requiredArea">Please enter your email.</span></span> <span id="email_errmsg" style="display: none"><span class="requiredArea">Please enter your email.</span></span>
<span id="email_verify_errmsg" style="display: none"><span class="requiredArea">Please verify your email.</span></span> <span id="email_verify_errmsg" style="display: none"><span class="requiredArea">Please verify your email.</span></span>
</p> </p>
<!-- <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/top10/tour-calendar.png">
<span class="form_required">*</span></span>
<input class="InquiryCalendar" data-min-date="7" id="starting_date"
name="date_start" placeholder="Starting date" readonly="readonly"
type="text"/><span id="starting_date_errmsg" style="display: none"><span
class="requiredArea">Please enter your starting date.</span></span></p>-->
<p> <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> <option style="font-weight: 600;" value="United States +1">United States&nbsp; &nbsp;+1</option>
@ -473,9 +467,9 @@
<option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+35818</option> <option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+35818</option>
</select> </select>
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" <input class="Inquiryphone" id="PhoneNo" name="PhoneNo"
placeholder="Phone number (We'll only call if you ask.)*" type="tel"/></p> placeholder="Phone number *" type="tel"/></p>
<span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span> <span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span>
<p style="font-size: 18px;color: #555;margin-top: -10px;margin-bottom: 5px;font-style: italic;padding-left: 0;line-height: 20px;text-align: left;font-weight: 300;">Having a phone number, especially with WeChat/WhatsApp capability will improve communication efficiency.</p>
<p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p> <p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p>
<div class="checkYes"><label for="WeChat"><input class="checkBorder" id="WeChat" name="contact_via_WeChat" type="checkbox" value="yes">WeChat</label></div> <div class="checkYes"><label for="WeChat"><input class="checkBorder" id="WeChat" name="contact_via_WeChat" type="checkbox" value="yes">WeChat</label></div>
<div class="checkYes"><label for="WhatsApp"><input class="checkBorder" id="WhatsApp" name="contact_via_WhatsApp" type="checkbox" value="yes">WhatsApp </label></div> <div class="checkYes"><label for="WhatsApp"><input class="checkBorder" id="WhatsApp" name="contact_via_WhatsApp" type="checkbox" value="yes">WhatsApp </label></div>

@ -1,10 +1,10 @@
<div class="tmbottom"> <div class="tmbottom">
<p style="padding: 15px 15px 30px 15px;">Your 1:1 travel consultant will reply within 1 working day. Over 50% of our clients complete their bookings within 10 days of submitting their inquiry.</p> <p style="padding: 15px 15px 30px 15px;">Your 1:1 travel consultant will reply within 1 working day.</p>
<form action="https://www.chinahighlights.com/secureforms/qi_save" id="quick_inquiry_form" method="post" <form action="https://www.chinahighlights.com/secureforms/qi_save" id="quick_inquiry_form" method="post"
name="quick_inquiry_form" novalidate=""> name="quick_inquiry_form" novalidate="">
<div class="InquiryBox"> <div class="InquiryBox">
<textarea id="form_additionalrequirements" name="additional_requirements" <textarea id="form_additionalrequirements" name="additional_requirements"
placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)"></textarea> placeholder="E.g.: This is a big trip for anniversary, honeymoon, birthday celebration..."></textarea>
<div class="selectionBlock"> <div class="selectionBlock">
<p style=" text-align: left; font-weight: 400;"> <p style=" text-align: left; font-weight: 400;">
Number in your group Number in your group
@ -417,9 +417,9 @@ margin-bottom: -25px;
<option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+35818</option> <option value="Åland Islands +385">Åland Islands&nbsp; &nbsp;+35818</option>
</select> </select>
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" <input class="Inquiryphone" id="PhoneNo" name="PhoneNo"
placeholder="Phone number (We'll only call if you ask.)*" type="tel"/></p> placeholder="Phone number *" type="tel"/></p>
<span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span> <span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span>
<p style="font-size: 18px;color: #555;margin-top: -10px;margin-bottom: 5px;font-style: italic;padding-left: 0;line-height: 20px;text-align: left;font-weight: 300;">Having a phone number, especially with WeChat/WhatsApp capability will improve communication efficiency.</p>
<p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p> <p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p>
<div class="checkYes"><label for="WeChat"><input class="checkBorder" id="WeChat" name="contact_via_WeChat" type="checkbox" value="yes">WeChat</label></div> <div class="checkYes"><label for="WeChat"><input class="checkBorder" id="WeChat" name="contact_via_WeChat" type="checkbox" value="yes">WeChat</label></div>
<div class="checkYes"><label for="WhatsApp"><input class="checkBorder" id="WhatsApp" name="contact_via_WhatsApp" type="checkbox" value="yes">WhatsApp </label></div> <div class="checkYes"><label for="WhatsApp"><input class="checkBorder" id="WhatsApp" name="contact_via_WhatsApp" type="checkbox" value="yes">WhatsApp </label></div>

Loading…
Cancel
Save