1 Reply
Christopher Santos

Hi Cindy,

Inserting a fillable PDF form in Rise should be possible by using Multimedia > Embed.  Below is an example of a form I created in Jotform:

jf

Jotform has a link that you can grab and include as part of an <iframe> you can insert in the Embed block.  For reference, here is a sample line of code I used:

<iframe src=""https://www.jotform.com/PDFfillableFORM" height=900 width=800></iframe>

It also provides an actual <iframe> code that you can use, but I find it easier to manage by copying just the URL and creating the <iframe> code myself.

Jotform allows integration with other social media and online storage sites.  I have it linked to Google Drive in the above example, where I will see the filled-out PDF after submission.

You can also check out other solutions by searching online.  And I'm sure other community members will come in to help out by providing their favorite solution for your question.

Hope this helps!