Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following instructions build on how to create Fillable PDF forms. Please complete these steps before creating a download PDF link on the confirmation page. 

...

  1. From the administration bar, select Workbench, and then select My Dashboard

  2. Under Forms, select the drop-down arrow beside Form.

    Forms drop-down menu.
  3. Select Manage PDFs

  4. Select Edit under the Operations column for the Web form you want to create the download PDF link for. 

  5. Anchor
    formid
    formid
    Under Form Info, locate the Form ID number (the number between the square brackets). 

    1. In this example, the Form ID number is 1.

  6. The Form ID number will be used in the next steps to create the “Download PDF” link.

Configuring the form to allow viewing submissions using a secure token

For maximum data security, submitted form information cannot usually be retrieved by users who are not logged in. We need to change the configuration to allow this, using a secure token so they only have access to their specific submission.

  1. From the administration bar, select Workbench, and then select My Dashboard

  2. Navigate to the Forms list.

  3. Locate the form you want to configure and select the drop-down menu under the Operations column.

  4. Select Settings.

  5. Select the Submissions sub-tab.

    image-20240911-141859.pngImage Added

  6. In the Submission access token settings section, select Allow users to view a submission using a secure token. Do not enable any of the other options.

    image-20240911-142139.pngImage Added
  7. Select Save.

If you are still on the Submissions sub-tab, you can start from step 5.

  1. From the administration bar, select Workbench, and then select My Dashboard

  2. Navigate to the Forms list.

  3. Locate the form you want to configure and select the drop-down menu under the Operations column.

  4. Select Settings.

  5. Select the Confirmation sub-tab. 

    Confirmation sub-tab.Image RemovedConfirmation sub-tab.Image Added
  6. In the Confirmation message field, select Sourceenter link text for the download PDF link  

    1. Example: "Download PDF" 

  7. Highlight the link text for the download PDF link, and select the Link icon

  8. Paste the following text: <a href="[site:url]fillpdf?fid=FormID&amp;entity_type=webform_submission&amp;entity_id=[webform_submission:sid]">Download PDF</a>

    Replace

    ]&token=[webform_submission:token]

    1. Before saving the URL, replace FormID with the number that was in the square brackets from step 5, of Locating the Form ID Number.Replace Download PDF with the link text you want to display. If left unchanged, the link text on the confirmation page will be "Download PDF.

  9. Select Save.

Instructions if link button is not shown in Confirmation tab

  1. From the administration bar, select Workbench, and then select My Dashboard

  2. Navigate to the Forms list.

  3. Locate the form you want to configure and select the drop-down menu under the Operations column.

  4. Select Settings.

  5. Select the Confirmation sub-tab. 

    Confirmation sub-tab.Image RemovedConfirmation sub-tab.Image Added
  6. In the Confirmation message field, enter link text for the download PDF link  

    1. Example: "Download PDF" 

    Highlight the link text for the download PDF link, and select the Link icon Source

  7. Paste the following text: <a href="[site:url]fillpdf?fid=FormID&amp;entity_type=webform_submission&amp;entity_id=[webform_submission:sid]  &amp;token=[webform_submission:token]">Download PDF</a>

    1. Replace FormID with the number that was in the square brackets from step 5, of Locating the Form ID Number.

    2. Replace Download PDF with the link text you want to display. If left unchanged, the link text on the confirmation page will be "Download PDF.

  8. Select Save. 

Testing your form

  1. Go to the View tab and fill in and submit your form. Make sure that your download link works, and that the PDF fills in as you are expecting. Make adjustments if needed and test again until you are satisfied with the results.