Is it possible to edit a document but not email after submit is pressed? #206
Unanswered
ashwin9798
asked this question in
Q&A
Replies: 1 comment
-
@ashwin9798 signed documents can be retrieved via webhooks or API (documents are generated async and can't be passed in the onComplete callback). Also you can use preview={true} react prop to show the signed form in preview mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the interface. Just wanted to know if it's possible in the React component to get back the signed PDF as a blob in the onSubmit handler. This would be nice to implement custom workflows, e.g. I want to upload the signed PDF to my server instead of sending it as an email.
Beta Was this translation helpful? Give feedback.
All reactions