You are viewing limited content. For full access, please sign in.

Question

Question

Displaying an adobe file on a LF form

asked on March 21

What is the best way to display an adobe file on a LF form, use an iframe? The adobe file is hosted in an external webpage.

0 0

Replies

replied on March 25

I have used iframe within a custom html and that tends to work fine for to display the file.  An alternative is to include a link webpage that opens in another tab.

0 0
replied on March 26

Thanks. Can you send me some examples please.

0 0
replied on March 26

You can use this in your HTML:  <iframe src="YourDocument" width="100%" height="600px"></iframe>

Replace "YourDocument" with the URL and adjust the width and height as needed.  

0 0
replied on March 28

Thanks

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.