iFrame Capability
A useful feature of the tibco-form element is its ability to load the form in an inline frame, or, iFrame. This is especially useful in cases where the application has many different CSS files that can conflict with the styles defined in the Form related CSS files.
To enable this feature, set the attribute as useiframe=”true”. To load a form in an iframe, refer to the following sample:
<tibco-form
json2form="true"
json2formdata='{"name":"user_name", "company": "company_name", "country": "country_name"}'
useiframe="true">
</tibco-form>
For best results, use this approach for iFrame support.