Updates form id
Torey Heinz
committed Jan 03, 2019
commit 5c88ed9b188df610d3e0c6e55a70c716d97fe321
Showing 1
changed file with
1 additions
and 1 deletions
app/views/pages/estimate.liquid
+1
-1
| @@ | @@ -38,7 +38,7 @@ editable_elements: |
| $(function() { | |
| $('#testimonials-wrapper').height($('#form-wrapper').height() + 78); | |
| - | $('#contact-form').on('submit', function(e) { |
| + | $('#estimate-form').on('submit', function(e) { |
| var form = $(this); | |
| $('.robot-warning').addClass('hide') | |