You can embed a PDF directly into your Weavely form, allowing users to view documents like product specs, guides, or legal disclaimers without leaving the form experience. This tutorial walks you through embedding a PDF from Google Drive and optimizing how it’s displayed in your form.Documentation Index
Fetch the complete documentation index at: https://help.weavely.ai/llms.txt
Use this file to discover all available pages before exploring further.
Upload the PDF to Google Drive
If you haven’t already, upload your PDF to Google Drive. Open the PDF by double-clicking and select **“Open in new tab” **from the three-dot menu. Within this new tab, click the three-dot menu (it’s weird we know) and choose “Embed item”.
Copy the HTML

<iframe> code provided by Google, which we’ll use in the next step.Embed in Weavely
In your Weavely form, add an Embed HTML element. Open the element’s settings pane and copy-paste the 
<iframe> code from the first step. Once published, your PDF will appear directly inside the form, and users can preview it without leaving the page. They can also click the pop-out button in the PDF viewer to open it full screen.
