电话漏填提醒文字添加

hotfix/paypal-note
candice 3 years ago
parent 967351a305
commit b20b13f978

@ -10,15 +10,15 @@
<span class="form_required">*</span> <span class="form_required">*</span>
</span> </span>
<input class="FullName" id="realname" name="realname" placeholder="Your name" type="text"/> <span <input class="FullName" id="realname" name="realname" placeholder="Your name" type="text"/> <span
id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name</span></span> id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name.</span></span>
</p> </p>
<p> <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-email.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-email.png">
<span class="form_required">*</span></span> <span class="form_required">*</span></span>
<input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/> <input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/>
<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> <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/top10/tour-calendar.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/top10/tour-calendar.png">
@ -26,7 +26,7 @@
<input class="InquiryCalendar" data-min-date="7" id="starting_date" <input class="InquiryCalendar" data-min-date="7" id="starting_date"
name="starting_date" placeholder="Starting date" readonly="readonly" name="starting_date" placeholder="Starting date" readonly="readonly"
type="text"/><span id="starting_date_errmsg" style="display: none"><span type="text"/><span id="starting_date_errmsg" style="display: none"><span
class="requiredArea">Please enter your starting date</span></span></p> 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 value="United States +1" style="font-weight: 600;">United States&nbsp; &nbsp;+1</option> <option value="United States +1" style="font-weight: 600;">United States&nbsp; &nbsp;+1</option>
@ -580,6 +580,7 @@
</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 (We'll only call if you ask.)" type="tel"/></p>
<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="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="WeChat" type="checkbox" value="contact via WeChat">WeChat</label></div> <div class="checkYes"><label for="WeChat"><input class="checkBorder" id="WeChat" name="WeChat" type="checkbox" value="contact via WeChat">WeChat</label></div>

@ -9,16 +9,16 @@
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-name.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-name.png">
<span class="form_required">*</span> <span class="form_required">*</span>
</span> </span>
<input class="FullName" id="realname" name="realname" placeholder="Your name" type="text"/> <span <input class="FullName" id="realname" name="realname" placeholder="Your name" type="text"/>
id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name</span></span> <span id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name.</span></span>
</p> </p>
<p> <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-email.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-email.png">
<span class="form_required">*</span></span> <span class="form_required">*</span></span>
<input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/> <input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/>
<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> <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/top10/tour-calendar.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/top10/tour-calendar.png">
@ -26,7 +26,7 @@
<input class="InquiryCalendar" data-min-date="7" id="starting_date" <input class="InquiryCalendar" data-min-date="7" id="starting_date"
name="starting_date" placeholder="Starting date" readonly="readonly" name="starting_date" placeholder="Starting date" readonly="readonly"
type="text"/><span id="starting_date_errmsg" style="display: none"><span type="text"/><span id="starting_date_errmsg" style="display: none"><span
class="requiredArea">Please enter your starting date</span></span></p> 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 value="United States +1" style="font-weight: 600;">United States&nbsp; &nbsp;+1</option> <option value="United States +1" style="font-weight: 600;">United States&nbsp; &nbsp;+1</option>
@ -580,6 +580,7 @@
</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 (We'll only call if you ask.)" type="tel"/></p>
<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="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="WeChat" type="checkbox" value="contact via WeChat">WeChat</label></div> <div class="checkYes"> <label for="WeChat"><input class="checkBorder" id="WeChat" name="WeChat" type="checkbox" value="contact via WeChat">WeChat</label></div>

Loading…
Cancel
Save