I am using WPForms plugin with a Multipage Form. But the thing is When I click NEXT on an empty required field the page scrolls down I don't know why. How to disable scrolling effect. Please help
Link: https://platinumcapitalconnect.com/

You may try as below:
function wpf_disable_multipage_scroll() {
?>
<script type="text/javascript">window.wpforms_pageScroll = false;</script>
<?php
}
add_action( 'wpforms_wp_footer', 'wpf_disable_multipage_scroll' );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With