Does anyone know of a way to embed an externally hosted (in a container like S3, dropbox, etc.) or internally stored file on a form/page to display to users?
CompositeForm panels, Page panels and List Detail Sections can all be defined with url is <HttpURL>
CompositeFormX is a CompositeForm URLPanel is a Panel url is "https://abc.com"
The url will be iframed. The site in the iframe will need to allow itself to be hosted in an iframe (many do not allow it and enforce various browser polices).
Thank you Doc!
Do you know if it's possible to reference a field that contains URLs with this LPL?
Yes, it is.url is "<MyURLField>"