Announcement

Collapse
No announcement yet.

E-signature for documents

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • E-signature for documents

    I have a question about the signature component.
    For my app i want carpenters to be able to let their clients sign a document or offer in person with a e-signature. How would i integrate this feature?​

  • #2
    My first thoughts are you either have to use something like Docusign to let the client e-sign the document (and save the signature as a part of the document), or add the signature component inside the app, and generate a new PDF using PDFMonkey/DocsAutomator.

    Comment


    • #3
      Embedding signatures smoothly in Glide apps can be tricky, but connecting to an online contract signing solution makes it much easier. I’ve set up a webhook to send data to one, then pulled the signed document link back into Glide. It keeps everything structured without needing additional manual steps. If you're using a form button, you can trigger the process right after submission to keep the workflow seamless.

      Comment

      Working...
      X