You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/views/mobile_first/ah-inquiry-form.php

37 lines
2.6 KiB
PHTML

3 years ago
<div class="tmbottom">
3 years ago
<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.jpg" width="100px" >
3 years ago
<div class="wechatinfo"><span class="wechatred">+8615807734776</span><br>
Email: <span class="wechatred">contact@asiahighlights.com</span></div>
3 years ago
</div>
3 years ago
<h3 style="text-align: center;
font-size: 20px;
3 years ago
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">
3 years ago
<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">
3 years ago
<div class="requiredArea" style="margin-top:-10px;">Please enter your email.</div>
3 years ago
</div>
<div id="email_verify_errmsg" style="display: none">
3 years ago
<div class="requiredArea" style="margin-top:-10px;">Please verify your email.</div>
</div>
<input class="InquiryCalendar datepicker" id="starting_date" name="starting_date" placeholder="Starting date" readonly="readonly" type="text" value="" />
<div id="starting_date_errmsg" style="display: none">
3 years ago
<div class="requiredArea" style="margin-top:-10px;">Please enter your starting date.</div> </div>
3 years ago
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo" placeholder="Phone number, WhatsApp, and/or other contact info" type="tel" value="" />
<div id="contact_errmsg" style="display: none">
3 years ago
<div class="requiredArea" style="margin-top:-10px;">Please enter your phone number, WhatsApp, and/or other contact info.</div> </div>
3 years ago
<textarea id="form_additionalrequirements" name="form_additionalrequirements" placeholder="Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food...(optional)" 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="<?php echo $meta_product_code; ?>"/>
<input name="ic_title" type="hidden" value="<?php echo $ic_seo_title; ?>" />
</form>
</div>