Is it possible with javascript to dynamically add iframes to one form?
We have a form with one Notes tab, so for each new note the user can attach a document. What we need is: for each note that has an attached document, to have an iframe with the document in read-only mode. I already know how to prevent some users to download the attached files.