Create a download PDF link on the confirmation page (WCMS 2)
How to create a download PDF link on the confirmation page
Â
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"
Â
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.
Â
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"
Â
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]"
Â
Click OK.
Â
In the Redirection location field, select the Confirmation page option.
Â
Click Save configuration.