I would like to know if there is a way to export/convert the submitted form fully to PDF format (PDF should be the same as the form with user-entered values and empty values which are not entered)
currently i get e mail with a pdf only the entered values but i am looking entire form as pdf..can u please let me know how can i achive the same ?
its a regular form with sign field not e sign form
Thanks for reaching out to Jotform Support. Let me help you with that:
Currently, the PDF you receive via email only includes the entered values. To get a PDF of the entire form including empty fields, you can use the Print button on your form or the Edit Link in your email notifications. This lets you open the submission with all fields visible and then print or save it as a PDF.
Here’s how:
Enable the Print button on your form (see Jotform's guide on adding a Print button).
Add the Edit Link tag {edit_link} to your email notification template.
When you receive the submission email, click the edit link to open the full form with all fields.
Use the Print button to save or print the entire form as a PDF, including empty fields.
This method ensures you get the full form view as a PDF, not just the entered data.
Give it a try and let us know how it goes.
ravindergade
Replied on August 31, 2025 at 11:25 AM
is it possible to get as attachment / or via api call or call back web hook , i dont want manualluy user/my client doing the same
Podo: Support AI Agent
Replied on August 31, 2025 at 11:25 AM
Hi Ravi,
One of our Support Team members has taken over this thread and will assist you further. I will no longer be responding here.
Let us know if you have any other questions.
Adrian Besilla
JotForm Support
Replied on August 31, 2025 at 11:57 AM
Hi Ravi,
By default, the PDF sent with your submission only shows the fields that were filled in, which is why empty fields don’t appear. To generate a full PDF that looks like the entire form, with both filled and unfilled fields visible, you’ll need to adjust the PDF Document settings in the PDF Editor. PDF Editor has an option to show or hide empty form fields. Here's how to enable it:
Open PDF Editor with the document.
Click on the Gear icon from the right-side of the screen.
Ensure the option Hide empty form fields is enabled.
Give it a try and let us know if you need any help.
R
Ravinder Gade
Replied on August 31, 2025 at 1:02 PM
Thanks for the reply. Is there any api to retrieve the submitted form as a PDF or web hook toget the submitted form
or
Can the submitting user receive an email as an attachment?
Currently, as account owner /form owne, I am receiving the signed pdf as an attachment
Could you also share with me how we can create individual forms and link them as a single form and send them for sign ....and that submitted form we need as a PDF with multiple pages...pl guide me
i am new to Jotform, ty
Mafe_M
JotForm Support
Replied on August 31, 2025 at 1:23 PM
Hi Ravinder,
Currently, Jotform does not provide a direct API or webhook to retrieve the submitted form as a PDF automatically. However, you can programmatically construct the URL for the submission PDF and then download it using an HTTP request. Try the link below:
Do make sure you remove curly brackets as well and leave only the numbers for submission ID and form ID, API key, report ID. The link for the provided screenshot would be:
You can set up autoresponder emails to send the PDF Document as an attachment to the submitting user. In your autoresponder email settings, attach the PDF Document you created in PDF Editor. This will send the full PDF, including all fields, to the user automatically. You can easily attach form submissions as PDF files to Notification Emails. Let me walk you through it:
1. In Form Builder, click on the Downward Arrow icon next to the Jotform Logo and select PDF Editor. Doing this will automatically generate a PDF file for your form.
2. A pop-up will be displayed to ask whether if you want to fill out the form, click on Cancel to proceed.
3. After creating it, go back to Form Builder and click on the Settings tab in the orange navigation bar.
4. Click on Emails in the menu on the left side of the page and then click on the Pencil icon that appears when hovering over the Notification Email element.
5. Under the Advanced tab, toggle PDF Attachment to On position and choose the PDF file you created.
6. Now, scroll down the page and click on Save.
For collecting signatures on multiple documents combined into one submission, you can use Jotform Sign. It allows you to upload multiple PDFs, merge them into a single signable document, and send it for signatures. The signed document is then available as a multipage PDF. This is ideal for your use case of linking individual forms and sending them for signing. Let me show you how:
On your My Sign Documents page, and click on Create Sign Document on the left side of the page.
Click on Upload Document to upload your own document from your device.
Drag and drop your document into the Upload box, or click on Upload Document to select it.
Once you add your document, click on the Create Signable Document button.
After you create your document, you’ll see an option asking whether to detect fields automatically. To detect fields automatically:
Click the Detect Fields button in the option that appears below the green navigation bar.
After it matches the suitable elements with the spaces, click on Keep All.
If you want to delete a field, just click on it and then click the Trash Can icon below it.
Or you can manually match your fields:
Click on the Dismiss button in the option that appears below the green navigation bar.
In the Document Elements menu on the left, drag and drop the elements to your document.
Additionally, you can create fillable PDF forms from scratch, import existing PDFs, or convert your online forms into fillable PDFs using the PDF Editor and Smart PDF Forms features. These tools help you customize the layout and functionality of your PDFs.
If you want to automate workflows further, consider using Jotform's integration options with third-party automation platforms to trigger actions based on submissions.
Give it a try and let us know if you need any help.
how do i get submission_id and pdf_id ..I want to pass those two values via webhook/workflow, and in the webhook receiving endpoint system, it will construct url and fetch the pdf
is that possible ?
Raymond
JotForm Support
Replied on September 2, 2025 at 11:08 PM
Hi Ravi,
If you'd like to dynamically populate the submission ID in your flow, you have to set up your flow so that it uses the ID parameter send by the webhook payload. This data is included automatically for every submission webhook payload. If you need to find the submission ID for a specific submission, let me show you how:
In Tables, click on the Three Dots icon next to the tab label, and click Manage Columns.
Next, select the Submission ID, and click Update button.
As for the PDF report ID, you can find it on your address bar while viewing your PDF template through PDF editor.
Reach out again if you need any help.
ravindergade
Replied on September 16, 2025 at 10:48 AM
i am actially looking tompass the submission id to a work flow that i created...that work flow triggers external endpoint ,and i want to pass the submission id , report id /pdf id so external application gets the pdf vai above url
How can i achieve the same?
Joeni
JotForm Support
Replied on September 16, 2025 at 11:42 AM
Hi Ravi,
You can send submission data directly to your external endpoint using either using the Webhook Integration. Let me show you how:
In Form Builder, click on the Settings tab in orange navigation bar and select the Integration tab on the left side menu.
Next, search for the Webhook Integration in the Search bar, enter your Webhook Endpoint in the Input Box and click on the Complete Integration button.
Then, click on the Finish button to complete the setup.
Take note that, each field is passed using its unique field name, and values are URL-encoded. Also, since Jotform doesn't include formid, reportid or apiKey in the POST payload by default, you'll need to handle them like this:
Hardcode them into your endpoint logic or store them in environment variables
After receiving the POST payload, extract submissionID and construct the PDF URL like:
ok now i am trying web hook approach..I want to know where i can see the logs jot form side to see if any errors when submitting form data to webhook end point ?
Adrian Besilla
JotForm Support
Replied on September 17, 2025 at 12:41 PM
Hi Ravi,
Jotform doesn’t provide webhook logs on our side. Once the form is submitted, we send the data to the endpoint you’ve specified, but if the endpoint rejects or fails to process it, those details aren’t stored in Jotform. To check this, you’ll need to review your server or endpoint logs to see if the data was received and if there were any issues. You can also try temporarily set your webhook URL to a service like Webhook.site or RequestBin to capture and inspect incoming webhook payloads from Jotform.
Let us know if you have any other questions.
×
Help Us Understand
Reason is required
Reason is required
We're sorry to hear that. A support agent will get back to you as soon as they're available.