Can I embed a downloadable document to my form?

  • odcoordinator
    Asked on September 29, 2016 at 11:48 AM

    I would like to have a file posted within the form that users can download. Is this possible? If so, how can I do it? Thanks!

  • Irshad
    Replied on September 29, 2016 at 1:41 PM

    Thanks for contacting us.

    You can use the google drive or dropbox integration feature of the form to be able to upload the files. Then, just put a link to the files from google drive or dropbox into the form via link.

    It is possible to embed a PDF file in your form by using PDF embedded widget.

    This widget allows you to display PDF files directly on your form:

    Can I embed a downloadable document to my form? Image 1 Screenshot 20

    Please note, it still needs a PDF link uploaded to your hosting space or Google Drive or Dropbox.

    If you have any query or need further assistance, feel free to revert back.

  • ozlem.demirci1993
    Replied on October 2, 2016 at 1:28 PM

    Hi odcoordinator,

    You can upload your files to Google Drive, Dropbox etc. and then by using <a href="...">...</a> HTML codes to let users to click and download the file you shared. 

    There are some guide below.

    1. Drag and drop Text button under the Basic Fields to the form  area.

    Can I embed a downloadable document to my form? Image 1 Screenshot 30

     

    2. Click Edit HTML.

    Can I embed a downloadable document to my form? Image 2 Screenshot 41

     

  • ozlem.demirci1993
    Replied on October 2, 2016 at 1:34 PM

    3. Source Code to add HTML tag <a href="Download link of Drive or others">..</a>

    Can I embed a downloadable document to my form? Image 1 Screenshot 50

     

    4. Source Code screen and example code are below. After that, click "Ok".

    Can I embed a downloadable document to my form? Image 2 Screenshot 61

     

    5. Your link will be like in this image, and the click "Complete".Can I embed a downloadable document to my form? Image 3 Screenshot 72

     

    6. Final result is this.

    Can I embed a downloadable document to my form? Image 4 Screenshot 83