增加信息页面表单标签
parent
b1e839c65c
commit
61712b8622
@ -0,0 +1,32 @@
|
||||
<div class="tmbottom">
|
||||
<h3 style="text-align: center; font-size: 20px; line-height: 22px;">For a quick conversation, simply reach us via WhatsApp:</h3>
|
||||
|
||||
<div class="contactwechat"><img alt="asia highlights' wechat code" height="100px" src="https://data.globalhighlights.com/image/aboutus/gh-whatsapp-qr-code.webp" width="100px" />
|
||||
<div class="wechatinfo"><span class="wechatred">+86 15807734776</span><br />
|
||||
Email: <span class="wechatred">contact@asiahighlights.com</span></div>
|
||||
</div>
|
||||
|
||||
<h3 style="text-align: center; font-size: 20px; line-height: 22px;">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="" onsubmit="return validateQuickInquiryForm()"><input class="FullName" id="realname" name="name" placeholder="Your name" required="" type="text" value="" />
|
||||
<div id="realname_errmsg" style="display: none">
|
||||
<div class="requiredArea" style="margin-top:-10px;">Please enter your name</div>
|
||||
</div>
|
||||
<input class="EmailAddress" id="email" name="email" placeholder="Email" required="" type="text" value="" />
|
||||
<div id="email_errmsg" style="display: none">
|
||||
<div class="requiredArea" style="margin-top:-10px;">Please enter your email</div>
|
||||
</div>
|
||||
|
||||
<div id="email_verify_errmsg" style="display: none">
|
||||
<div class="requiredArea" style="margin-top:-10px;">Please verify your email</div>
|
||||
</div>
|
||||
<input class="InquiryCalendar datepicker flatpickr-input" id="starting_date" name="starting_date" placeholder="Starting date" readonly="readonly" type="hidden" value="" /><input class="InquiryCalendar datepicker form-control input" placeholder="Starting date" readonly="readonly" tabindex="0" type="text" />
|
||||
<div id="starting_date_errmsg" style="display: none">
|
||||
<div class="requiredArea" style="margin-top:-10px;">Please enter your starting date</div>
|
||||
</div>
|
||||
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Any other way to reach you (optional)" type="tel" value="" /><textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food..." style="height:100px;"></textarea>
|
||||
<button class="sendButton" id="submit_booking_form_inquiry" name="booking_form_inquiry_list" type="submit">Inquire Now</button> <input name="cli_no" type="hidden" value="YDFW-AH"/>
|
||||
<input name="ic_title" type="hidden" value="YDFW-AH" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -0,0 +1,21 @@
|
||||
<div class="tmbottom">
|
||||
<div class="contactwechat"><img alt="china highlights' wechat code" height="100px" src="https://data.chinahighlights.com/image/forms/inquiry-form-code-2022.png" width="100px" />
|
||||
<div class="wechatinfo">Quickly inquire via our WeChat: <span class="wechatred">chinahighlightstour</span></div>
|
||||
</div>
|
||||
|
||||
<p>Or Submit an Inquiry Below</p>
|
||||
|
||||
<form action="https://www.chinahighlights.com/secureforms/qi_save" id="quick_inquiry_form" method="post" name="quick_inquiry_form" novalidate="" onsubmit="return validateQuickInquiryForm()">
|
||||
<div class="InquiryBox">
|
||||
<p><span class="inquiry_form_tag"><img alt="" height="25" src="https://data.chinahighlights.com/pic/input-name.png" width="25" /> <span class="form_required">*</span> </span> <input class="FullName" id="realname" name="realname" placeholder="Full name" type="text" /> <span id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your full name.</span></span></p>
|
||||
|
||||
<p><span class="inquiry_form_tag"><img alt="" height="25" src="https://data.chinahighlights.com/pic/input-email.png" width="25" /> <span class="form_required">*</span></span> <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_verify_errmsg" style="display: none"><span class="requiredArea">Please verify your email.</span></span></p>
|
||||
|
||||
<p><span class="inquiry_form_tag"><img alt="" height="25" src="https://data.chinahighlights.com/pic/top10/tour-form-phone-tag-bg.png" width="25" /></span> <input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Any other way to reach you…" type="tel" /></p>
|
||||
|
||||
<p><span class="inquiry_form_tag"><img alt="" height="25" src="https://data.chinahighlights.com/pic/top10/tour-calendar.png" width="25" /> <span class="form_required">*</span></span><input class="InquiryCalendar form-control input" id="starting_date" placeholder="Starting date" readonly="readonly" tabindex="0" type="text" /><span id="starting_date_errmsg" style="display: none"><span class="requiredArea">Please enter your starting date.</span></span></p>
|
||||
<textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="Tell us your travel ideas/interests, how many people, your hotel style…"></textarea>
|
||||
<input name="nullemail" type="hidden"> <input name="cli_no" type="hidden" value="YDFW"><button class="sendButton" id="quick_inquiry_button" name="quick_inquiry_button" type="submit">Send My Inquiry</button></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -0,0 +1,33 @@
|
||||
<div class="info_page_inquiry">
|
||||
<div class="contactwechat">
|
||||
<img alt="global highlights' wechat code" height="100px" src="https://data.globalhighlights.com/image/aboutus/gh-whatsapp-qr-code.jpg" width="100px">
|
||||
<div class="wechatinfo">Scan and add us on WhatsApp: <span class="wechatred">+86 15807734776</span>
|
||||
Email: contact@globalhighlights.com
|
||||
</div>
|
||||
</div>
|
||||
<p class="contactus">Or send an inquiry below</p>
|
||||
<form action="/forms/inquiry_save" method="post">
|
||||
<div class="InquiryFormBox">
|
||||
<div class="FieldSet">
|
||||
<p><input class="FullName" data-required="Please enter your fullname" id="realname" name="realname"
|
||||
placeholder="Your name" required="" type="text"></p>
|
||||
<p><input class="EmailAddress" data-required="Please enter your e-mail address"
|
||||
data-pattern="Expecting an e-mail address" id="email" name="email" pattern="^[\w\-\.]+@[\w\-\.]+(\.\w+)+$"
|
||||
placeholder="Email" required type="text"></p>
|
||||
<p><input class="InquiryCalendar" data-min-date="7" id="starting_date" name="starting_date"
|
||||
placeholder="Starting date" required type="date"></p>
|
||||
<p><input class="Inquiryphone" name="phone" placeholder="Phone or other ways to contact you (optional)"
|
||||
type="text"> </p>
|
||||
<textarea id="additionalrequirements" name="additionalrequirements"
|
||||
placeholder="Anniversary, honeymoon, family trip, birthday travel, beach, food..." style="margin-bottom:20px;"></textarea>
|
||||
<input name="nullemail" placeholder="Your alternative email?" type="hidden">
|
||||
<input id="url" name="url" type="hidden">
|
||||
<!--@INPUT_PRODUCT_CODE@-->
|
||||
<input id="sourcetype" name="sourcetype" type="hidden" value="YDFW-GH">
|
||||
<button class="sendButton" type="submit">
|
||||
Send My Inquiry
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Loading…
Reference in New Issue