| @@ -8,11 +8,13 @@ | ||
| 8 | 8 | |
| 9 | 9 | }) |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | - //scroll to top on success message | |
| 13 | - if( jQuery("#wppb_form_general_message").length ){ | |
| 14 | - jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery("#wppb_form_general_message").offset().top }, 500); | |
| 12 | + if( !window.wppb_disable_automatic_scrolling || window.wppb_disable_automatic_scrolling != 1 ){ | |
| 13 | + //scroll to top on success message | |
| 14 | + if( jQuery("#wppb_form_general_message").length ){ | |
| 15 | + jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery("#wppb_form_general_message").offset().top }, 500); | |
| 16 | + } | |
| 15 | 17 | } |
| 16 | 18 | |
| 17 | 19 | // Fix for Select2 search not focusing |
| 18 | 20 | jQuery(document).on('select2:open', function() { |