Hi Guys
I have a Form where users can add multiple Docs from Web Access, this then moves onto an approval stage which is in forms, what i currently have is one document embedded in an iFrame where i pass the URL of the document from a Text Box on a hidden field in the form. This will display one Document successfully in a HTML iFrame with the variable of the hidden text box being called(URL).
What i would like to do is have all of the documents that the user has selected displayed in a list of iFrames so that it is dynamic, i can use Workflow and tokens to build the HTML for multiple iFrames code, and pass them to a multi line text box, however when i call the variable in the HTML box it will just display the HTML code and not the actual HTML it should produce as shown in HTMLFrame.jpg below.
Has anyone been successful in implementing this?