How to Sign and Autofill Documents

Hello there! I am currently developing an app for investors where they can see different investment opportunities and sign an agreement to learn more information. I am currently new at using Glide and I have little to no coding experience.

What I am trying to do is to somehow “create” a PDF with the investors information (e.g. name, ID, email), be filled-up and then sent it to his/her mail. After that is done, have some input so I can filter the visibility of other details.

If anyone could help it would be great!

This is not a native feature in glide yet. What you would need to do is somehow either via a script, a third party tool like PDF Monkey or a Google Sheets add on like autocrat create the PDF from the Google Sheets.

1 Like

This thread has been doing the rounds today. Should do what you need. It won’t be codeless I’m afraid.

If you want codeless, you’ll have to use a 3rd party such as Zapier or Integromat but that might cause data privacy issues, or at least make the app T’s&C’s a little more convoluted.

Thanks guys! Ill check them out