|
@@ -127,18 +127,18 @@
|
|
|
{{-- <script src="https://www.google.com/recaptcha/api.js?hl={{ getLocale() }}" async defer></script>--}}
|
|
|
<script src="https://www.google.com/recaptcha/api.js?hl={{ app()->getLocale() }}" async defer></script>
|
|
|
<script>
|
|
|
- $('#contact-us-form').on('submit', function(event) {
|
|
|
- event.preventDefault()
|
|
|
- event.stopPropagation()
|
|
|
-
|
|
|
- var v = grecaptcha.getResponse()
|
|
|
- if (v.length == 0) {
|
|
|
- return iziToast.error({ title: 'Error', message: "자동입력방지 기능 - '로봇이 아닙니다.'를 체크해주세요" })
|
|
|
- }
|
|
|
-
|
|
|
- click_submit_btn(this)
|
|
|
- this.submit()
|
|
|
- });
|
|
|
+ // $('#contact-us-form').on('submit', function(event) {
|
|
|
+ // event.preventDefault()
|
|
|
+ // event.stopPropagation()
|
|
|
+ //
|
|
|
+ // var v = grecaptcha.getResponse()
|
|
|
+ // if (v.length == 0) {
|
|
|
+ // return iziToast.error({ title: 'Error', message: "자동입력방지 기능 - '로봇이 아닙니다.'를 체크해주세요" })
|
|
|
+ // }
|
|
|
+ //
|
|
|
+ // click_submit_btn(this)
|
|
|
+ // this.submit()
|
|
|
+ // });
|
|
|
|
|
|
$('#contact-us-form input').on('input', function() {
|
|
|
input_check()
|