The 'Redirect URL' directs the user to another url address once the form is submitted. The new address always opens in the same page and dimensions as the original form (this means that the Redirect URL, after post submission, takes up the same 'screen space' as the form itself). This is fine in most cases, but in forms that are published as 'iframe' or 'script' this may sometimes pose a problem. The reason for this is that the 'iframe' and 'script' have a certain size, and if the redirect to URL content is larger, it will appear cut. In this case for the user to view the Redirect URL properly you will need to make sure it opens in a new blank page.
Following are steps to open the Redirect URL in a new blank page: (In this example the form will be redirected to a 'thank you' webpage you will create).
1- | Enter your form in the form builder Go to 'Properties' panel > 'Form' tab > 'Settings' > 'On Submit' category Turn on the 'Redirect to URL' checkbox Fill in the 'Redirect URL' textbox with the url you want to redirect to. ![]() |
2- | Choose "Parent" in the "Open in" dropdown. |
3- | Save your form. |