Skip to main content

Cannot attach document for viewing/downloading in airtable form

  • August 22, 2018
  • 3 replies
  • 55 views

I’m trying to attach a document in an airtable form using the field type attachment. But it ends up being a question in the live form that users are asked to upload a document RATHER than one where users can just download the attachment I uploaded. The document is like a terms and conditions that users can read before they submit the form.

Any ideas how to do this?

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+3
  • Participating Frequently
  • August 22, 2018

Thinking of the top of my head here.

You could implement a custom form (using HTML and some back-end language like JAVA, .NET etc) and with the help of the Airtable API you can store the form data into your Airtable base.

Since this will be a custom form you could add a link onto your form which will point to the “terms and conditions” document you want your users to download before submitting the form…


Forum|alt.badge.img+5
  • Inspiring
  • August 22, 2018

If you enter a valid URL in the 'Add some help text' area for any field in the form, it will be converted to a clickable link — it even opens in another tab! (Of course, you’ll have to have your T&C hosted somewhere; presumably, a shared link on a virtual drive — Google Drive, DropBox, and the like — would suffice.)

Here’s how it looks using a checkbox field and Airtable’s own Terms of Service as the target.

(Note the space between the URL and the closing period!)


Forum|alt.badge.img+17

That is to send info with the form, not no compose it.