Merge branch 'master' of github.com:hainatravel/information-system into master

# Conflicts:
#	application/views/mobile_first/ch-info-page-form.php
hotfix/paypal-note
candice 3 years ago
commit 58e17786e3

@ -589,15 +589,20 @@
<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 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 about this tour via our WeChat: <span class="wechatred">chinahighlightstour</span>
</div>
</div>
</div>
<script src="https://www.recaptcha.net/recaptcha/api.js?render=6Lf4bfAaAAAAAEZZ9rX0ZIYfPAqACtRldSOFzl9b"></script>
<script>
var formEle = document.getElementById('info_page_form');
grecaptcha.ready(function () {
grecaptcha.execute('6Lf4bfAaAAAAAEZZ9rX0ZIYfPAqACtRldSOFzl9b', {action: 'info_page_form'}).then(function (token) {
var el = document.createElement("input");
el.type = "hidden";
el.name = "__recaptcha_token__";
el.value = token;
formEle.appendChild(el);
});
});
</script>
<script src="https://data.chinahighlights.com/js/flatpickr-4.6.1.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {

Loading…
Cancel
Save