ソースを参照

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>


読み込み中…
キャンセル
保存