|
|
|
@ -1,8 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="tmbottom">
|
|
|
|
|
<h2>Send Us an Inquiry Now</h2>
|
|
|
|
|
|
|
|
|
|
<h3 style="text-align:center;">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" >
|
|
|
|
|
<div class="wechatinfo"><span class="wechatred">+86 15807734776</span><br>
|
|
|
|
|
Email: <span class="wechatred">albee@asiahighlights.com</span></div>
|
|
|
|
|
</div>
|
|
|
|
|
<h3 style="text-align:center;">Send Us an Inquiry Now</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>
|
|
|
|
@ -11,7 +15,6 @@
|
|
|
|
|
<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>
|
|
|
|
|