Wix: page not scrolling to top on thank you page.

  • minibrae
    Asked on October 30, 2019 at 6:32 PM

    When clients submit Form the page appears blank.  There is actually a 'Thank You'. however the client needs to scroll back to the top of the page to see it.  They don't do this and I continually get inquiries as to whether I received their submission.  Is there any way I can have the page automatically scroll to the 'Thank You'? Cheers Jenni

  • Jed_C
    Replied on October 30, 2019 at 10:03 PM

    Try embedding the form by following this guide https://www.jotform.com/help/70-Adding-a-Form-to-Your-Wix-Site. If you have already embedded the form using the steps above, try adding a CSS to your site's source code if you can.

    ex.

    body.thankyou {

        position: absolute;

        bottom: 0px;

    }

    This will put your thank you page at the bottom part.

    1572487373BOOK HERE   Wootton   Minibrae Screenshot 10

    Please note that you'll have to inject this into your site's source code.

    Let us know if you have any questions or if you need further assistance.