PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.4.0
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.4.0
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | assets/js/weforms.js +2 -5 1.6.21.4.0 View file →
@@ -177,10 +177,10 @@
177 177 } else if ( $(this).hasClass('wpuf-multistep-prev-btn') ) {
178 178 o.change_fieldset( --step_number,progressbar_type );
179 179 }
180 180
181 - var formDiv = $( "form.wpuf-form-add" );
182 - var position = formDiv.offset().top;
181 + var formDiv = document.querySelector( "form.wpuf-form-add" );
182 + var position = formDiv.offsetTop;
183 183
184 184 // this changes the scrolling behavior to "smooth"
185 185 window.scrollTo({
186 186 top: position - 32,
@@ -4796,11 +4796,8 @@
4796 4796 $('#' + this.container).find('.file-selector').hide();
4797 4797 }
4798 4798
4799 4799 if ( FileProgress === uploaded ) {
4800 - if ( typeof grecaptcha !== 'undefined' && !grecaptcha.getResponse().length ) {
4801 - return;
4802 - }
4803 4800 $(".wpuf-submit-button").removeAttr("disabled");
4804 4801 }
4805 4802 },
4806 4803