-
M B SwathiAsked on December 6, 2021 at 12:21 PM
How can I download/redirect link to jot form PDF of particular user from my application? So that I can download it from my own webApplication
-
Parker Enterprise SupportReplied on December 6, 2021 at 1:08 PM
Hello,
You can use the following URL to download the PDF file.
https://www.jotform.com/server.php?action=getSubmissionPDF&sid=SubmissionID&formID=FormID
Or
https://www.jotform.com/pdf-submission/SubmissionID
Just replace the bold text (SubmissionID and FormID) with the actual submission ID and form ID that you retrieved through API.