Embedded form does not redirect to custom thank you page.

  • hugo.brostrom
    Asked on October 8, 2019 at 1:47 PM

    My form that I did here -> https://form.jotformeu.com/92755317845366

    The thank you page does not work. I want to send them here -> 
    https://calendly.com/hugo-45/one-on-one

    How can I make that work?

  • Kevin Support Team Lead
    Replied on October 8, 2019 at 3:26 PM

    I have been testing your form and noticed that it works when you use the direct form URL: 

    Embedded form does not redirect to custom thank you page.  Image 10

    I can see it does not work when I tested your embedded form: 

    Embedded form does not redirect to custom thank you page.  Image 21

    It seems like the Chrome browser is blocking the redirection, please try embedding your form using this iFrame code: 

    <iframe sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts allow-top-navigation" id="JotFormIFrame-92755317845366" title="Form 1.0" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotformeu.com/92755317845366" frameborder="0" style="width: 1px; min-width: 100%; height:2849px; border:none;" scrolling="yes" > </iframe>

    I hope this helps.