소스 검색

Showing Capcha form upon contact form submit

master
dgojkovic 5 년 전
부모
커밋
a4485e2a4c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      index.html

+ 4
- 0
index.html 파일 보기

@@ -1219,6 +1219,10 @@ jQuery(document).ready(function($) {
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
$('#contact-form #submit').on('click',function(){
setTimeout(function(){ $('.form-status-message form').show(); }, 1000);
});
});
</script>


Loading…
취소
저장