• Resolved igor2020

    (@igor2020)


    Is it possible, after submitting the form to go to the bottom of the page.

    Thankx

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shushan

    (@shushang)

    Greetings!

    Please, from Form Options select the Ajax submit to “Yes”.
    Then put the following code into the custom js

     "function after_submit(){"
           window.scroll({
                 top: 5000,
                 behavior: 'smooth'
    });

    You can change the number too.

    Have a nice day ahead!

    Thread Starter igor2020

    (@igor2020)

    Hello Shushan,

    Your solution works fine, thank you.

    Have a nice day ??

    • This reply was modified 5 years, 2 months ago by igor2020.
    Plugin Support Shushan

    (@shushang)

    Hi there,

    Nice could be of help!

    Whishing you a pleasant day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After submitting’ is closed to new replies.