How do add add an additional pdf page to an existing form?

  • John Malkin
    Asked on October 20, 2020 at 10:07 AM
  • Sam_G
    Replied on October 20, 2020 at 11:16 AM

    Hi John,

    It is possible to embed a fillable PDF in your web form using this widget https://www.jotform.com/widgets/pdf-embedder but your users can't fill the PDF or if they do their data can't be saved on submission. The only way you could get their data saved on the PDF is through the following;

    1. Add a download link of the fillable PDF in your form using the Paragraph element.

    1603206958 5f8eff2e9d9b9 10 Screenshot 10

    2. The user will have to download first the fillable PDF

    2. Fill the PDF locally then save it.

    3. After that, they have to upload the filled PDF to your form in the file upload field

    If you do not like the above solution, I suggest you just integrate all of the forms into a single webform (instead of using a separate fillable PDF form). To do that, you simply have to mimic your PDF form by adding fields to your web form. If they're all in a single form, you can easily pass a field value from one field to another. Guide: How to Pass Field Value to Another Field?a

    Alternatively, you can also create a separate web form and pass the field value from one form to another. Guide: How to pass value from one form to another form

    If you have any other questions, let us know.