I would like to embed a plain Gravity Form into an iframe on a 3rd party site.
Is there a way to target the confirmation page to _top upon a successful submission so that the thank you page shows up as its own page and not within the iframe.
If there is a validation error, I'd like the form to stay within the iframe.
I found another post here where there was a suggest to use Jquery to target it to _blank but there's a catch: when there is an error in the form, it seems to open the error in a new page as well.
Thanks in advance guys