Thank you message appears at the top of the page

  • kbcsmediateam
    Asked on August 21, 2020 at 6:37 AM
    - after pressing the submit button, my thank you message appears at the far
    top end. I need to scroll all the way up to see the thank you message. And
    that's the reason why we put multiple forms to breakdown the lengthy form.
    Please advise if there is any solution to it. Thanks.
  • Anita_K
    Replied on August 21, 2020 at 6:40 AM

    Hi,

    you can prevent this by modifying your iFrame code:

    - remove the part "onDISABLEDload="window.parent.scrollTo(0,0)"

    - add "?nojump" at the end of the src URL

    example:

    Thank you message appears at the top of the page Image 1 Screenshot 20

    Please give it a go and let us know if it helps.