Open separate web page not as a popup?

  • lmatheo
    Asked on February 10, 2021 at 2:05 PM

    I have my thank you page on my form going to a seperate website, but it appears in peoples browsers as a popup, hence, people think that it didn't work becasue most people have popups blocked. Is there anyway to fix this?

    Thanks!

  • Jovanne JotForm Support
    Replied on February 10, 2021 at 6:28 PM

    Hi,

    I'm afraid this isn't possible to open the page on a new tab/window after the form is submitted. It will always load on the same window. However, this can be achieved when you embed your form using its full source code. You can add the target = "_blank" attribute in the form tag in the source code. Here's a reference https://www.geeksforgeeks.org/html-form-target-attribute/

    Example: 

    Find this in the form source code <form, then add this target = "_blank" after it.

    Example:

    <form target = "_blank"

    Let us know if you have further questions.