The following instructions build on how to create fillable PDF forms. Please complete these steps before creating a download PDF link on your confirmation page.
- Navigate to My Workbench > Create/Manage Content > Web Form > Manage PDF.
- Click Edit under Operations for the Web form you want to create the download PDF link.
- Under Form Info, copy the URL path before the ampersand
- Example: in "/fillpdf?fid=59&nid=10", copy "/fillpdf?fid=59"
- Example: in "/fillpdf?fid=59&nid=10", copy "/fillpdf?fid=59"
- Navigate to the web form > Webform tab > Form settings sub-tab.
- In the Confirmation message field, enter link text for the download PDF link
- Example: "Download PDF"
Note: Using a "Highlight" formatting style and/or bolding helps to emphasize the download PDF link.
- Example: "Download PDF"
- Highlight the link text for the download PDF link, and select the Link icon.
- Select URL in the Link Type field.
- Set the Protocol to <other>, and then in the URL field enter a forward slash "/" followed by the site name.
- Example: "/web-resources"
- Example: "/web-resources"
- Paste the copied URL path from step three (e.g., "/web-resources/fillpdf?fid=112")
- Copy: &webform[sid]=[submission:sid]&token=[submission:access-token]
- Paste at the end of the URL path.
- Example: "/web-resources/fillpdf?fid=112&webform[sid]=[submission:sid]&token=[submission:access-token]"
- Example: "/web-resources/fillpdf?fid=112&webform[sid]=[submission:sid]&token=[submission:access-token]"
- Click OK.
- In the Redirection location field, select the Confirmation page option.
- Click Save configuration.