diff --git a/frontend/web/js/events.js b/frontend/web/js/events.js index 81b50dd..6d73305 100644 --- a/frontend/web/js/events.js +++ b/frontend/web/js/events.js @@ -1,5 +1,5 @@ $(function() { - $(document).on('submit', '.section-forms #contact-form', function(e) { + $(document).on('beforeSubmit', '.section-forms #contact-form', function(e) { console.log('Form from page'); }); -- libgit2 0.21.4