Skip to main content
Nintex Community Menu Bar
Question

Brooklyn iFrame Bug

  • July 10, 2024
  • 4 replies
  • 5 views

Forum|alt.badge.img+8

In Brooklyn, an iFrame embedded in a template field is not rendering correctly. I have the width set to 100% and the height to 500 px, and the frame is rendering much smaller.

4 replies

Forum|alt.badge.img+8

Could you post your iFrame html?


Forum|alt.badge.img+8
<iframe src="[WebAddress]/apex/ATT_EXP__ViewAll?id={{$Model.Ticket_TPU.data.0.Id}}&amp;folder={{#encodeUrl}}{{$Model.Ticket_TPU.data.0.Vendor_Name__c}}{{/encodeUrl}}&amp;parentfield=Ticket__c&amp;listfields=&amp;maxsize=&amp;storageprofile=default&amp;createfields=&amp;showfieldsonupdate=true" width="100%" height="500px" frameborder=0/>


Forum|alt.badge.img+8

I had a similar issue where my iFrames stopped working, and I fixed it by selecting ‘Allow HTML.’

I don’t always know how many { }'s to put in there when it’s inside of quotes. You could try throwing on an extra set.


Forum|alt.badge.img+8

I have ‘Allow HTML’ enabled, but the ifames still are not sized correctly. Maybe this will be fixed over time.