Iframe in a Decisions form

Iframe in a Decisions form

Comments

  • Can you use an iFrame inside of a Decisions form?

  • Yes you can using the HTMLDisplay.

  • Here's an example of the HTML you could use:

    <!DOCTYPE html>

    <html>

    <body>

    <iframe scrolling="no" src="URL" style="height:100%;width:100%;overflow:hidden;border:none" title="Iframe Example"></iframe>

    </body>

    </html>


    This was paired with the HTML Display using the settings:

    Sourced from Data. InlineEmbedded, and set to allow Unsafe HTML

Sign In or Register to comment.