Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Scroll Effect in WPForms Plugin Form WordPress

Tags:

wordpress

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/ enter image description here

like image 991
Hasnnnaiin Avatar asked Dec 18 '25 10:12

Hasnnnaiin


1 Answers

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' );
like image 194
Foysal imran Avatar answered Dec 20 '25 09:12

Foysal imran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!