How to resize my thank you page?

  • IDExhibitionEventHire
    Asked on September 19, 2019 at 9:49 PM

    How can I change or where can I change the iframe to my Thank You Page. It seems to be set at 2097px but I need this to be a lot smaller.

    When the client has submitted the form they are faced with what looks like a blank form but they need to scoll up to see the Thanks You.



  • jherwin
    Replied on September 19, 2019 at 10:25 PM

    You can achieve this by opening the Thank you page wizard and adjusting the height and width.

    Please follow the steps below for more details:

    Go to Settings
    >> Thank you page >> Source Code >> Add the style code on the outermost div

    <div style="width: 444px; height: 600px; text-align: center; margin: 0 auto;">
    1568946049div Screenshot 10
    You can change the height and width value to your preference.

    Please give it a try and let us know how it goes.

  • IDExhibitionEventHire
    Replied on September 23, 2019 at 2:39 AM
    Tried this and the Thank You page is still the same height as the form itself.
    Any other ideas.
    Robert
    ...
  • AndrewHag
    Replied on September 23, 2019 at 7:33 AM

    What we can try is to add the onDISABLEDload="self.scrollTo(0,0)" code in your iframe code.

    Please use the below iFrame code to embed the form:

    <iframe id="JotFormIFrame-91756964012865" title="Seqwater Event Requests" onDISABLEDload="self.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.co/91756964012865" frameborder="0" style="min-width: 100%;height:2767px;border:none;" scrolling="no"></iframe>