Selaa lähdekoodia

Showing Capcha form upon contact form submit

master
dgojkovic 5 vuotta sitten
vanhempi
commit
a4485e2a4c
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      index.html

+ 4
- 0
index.html Näytä tiedosto

@@ -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…
Peruuta
Tallenna