Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry for delay, I’ve not received the notification of your new tickets in the support page, please, try the following one:

    1. Insert a “HTML Content” field in the form.

    2. Enter as its content the piece of code:

    <script>
    jQuery('.pbNext,.pbPrevious').on('click', function(){
    var f = jQuery(this).closest('form');
    jQuery( 'html, body' ).animate({
            scrollTop:  f.offset().top
        }, 500);
    });
    </script>

    and that’s all.

    Please, let me know the result.

    Best regards.

    Thread Starter byronedwards

    (@byronedwards)

    Hi,

    this has worked ?? Many thanks for the support – you’ve been excellent.

    Byron ??

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Perfect, however, I’ll continue checking the reasons why the default implementation is not working in your website. I guess that it can be caused by styles applied to HTML or BODY tags.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Next button problem on mobile’ is closed to new replies.