Can you embed raw HTML into an iFrame dynamically via CMS?
I was trying to do this, but $w("#myHtmlComponent").src
only allows for a https URL, not raw HTML. Is there another method I’m not seeing?
Can you embed raw HTML into an iFrame dynamically via CMS?
I was trying to do this, but $w("#myHtmlComponent").src
only allows for a https URL, not raw HTML. Is there another method I’m not seeing?
You can’t directly change the HTML of iFrame with Velo APIs.
But there are some workarounds you can try.
These are the workarounds (I know/remember) you can try.
Thank you! This seems to be the way. I appreciate you!