Commit 3093a95ca749516d5d034d997d35cf8df779f995

Authored by Alexey Boroda
1 parent 3e1029f0

-Form from page fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/events.js
1 1 $(function() {
2   - $(document).on('submit', '.section-forms #contact-form', function(e) {
  2 + $(document).on('beforeSubmit', '.section-forms #contact-form', function(e) {
3 3 console.log('Form from page');
4 4 });
5 5  
... ...