Iframe edit

I know I can’t delete the Wix Iframe (told by support) but can I edit it and in such case how to I access it?

I know Wix don’t comment on third party app, however;
There is a top level restriction in the Wix Iframe that they put on all embedded code 3rd party things in.

I have an Iframe from a third party (Jotform) but it’s not allowed to work properly because of reduced privileges. In order for the form to function, it must also be allowed top level navigation, which I can change within the Wix Iframe.

I’m not a coder or programmer just knows a little about the terminology.

Hi,

You can try using the $w.HtmlElement which allows many 3rd party apps to be embedded on Wix sites. Read the article Working with the HTML Component in Wix Code to learn how to use it. You can also reference the $w.HtmlElement API to see all of the features available.

I hope this will get you going in the right direction.

Have fun,

Yisrael

Many thanks Yisrael. I’ll look into it.
The 3rd party form embeds fine but refuse to submit the data. All I want it for my form to redirect to another Wix page upon submit…