Forum Discussion
WendyMoon-92bf2
5 years agoCommunity Member
Inserting PDF Editable Fields into a Rise 360 course
I am making a course in Rise and I have been asked to insert editable PDF fields into the course so learners can take notes in the course while they do the webinar.
NieschaFarris
Community Member
HI Lea,
This one works for me (var iframeElements = document.getElementsByTagName("iframe");
iframeElements[0].contentWindow.generatePDF();)
but I am trying to get it to point to the one below.
[Yesterday 4:11 PM] Farris, Niescha
<iframe id="iframepdf" src=https://cnp.learn.com/files/PDF/My_Course_Notes.pdf"files/example.pdf"></iframe>
KarlMuller
4 years agoCommunity Member
Hi,
You are referring to two PDF documents at the same time and that won't work.
It should be something like this:
<iframe id="iframepdf" src=https://cnp.learn.com/files/PDF/example.pdf"></iframe>