Custom Thank You Page: Form redirecting to blank page even when custom link works fine.

  • revoalution
    Asked on May 4, 2017 at 4:26 PM
    Also, we have a redirect to an external link upon form submission. The URL appears in the URL bar, but it does not go to the page - it's just a blank white page. If we reload the page it successfully takes us to the right Thank You page.
  • Kevin Support Team Lead
    Replied on May 4, 2017 at 4:53 PM

    I have cloned your form and I was able to replicate the issue, seems like it only happens when the page is opened from the JotForm submission. 

    Upon checking the web console of the webpage  I can see there is an error, related to the POST method: 

    Custom Thank You Page: Form redirecting to blank page even when custom link works fine Screenshot 40

    The issue seems to happen due to the send POST data feature enabled on your form, if you need to check the info to be sent to the page you should check that there is not any settings blocking external info to be sent to your custom thank you page. 

    If you only need to get the page displayed then you should turn off the send POST data feature, you will find the option under the settings tab, form settings section and clicking on the show more button: 

    Custom Thank You Page: Form redirecting to blank page even when custom link works fine Screenshot 51

    Scroll a bit down to find the option and select the no option: 

    Custom Thank You Page: Form redirecting to blank page even when custom link works fine Screenshot 62

    Hope this helps.