Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

unable to add form fields to an unclaimed draft #91

Open
erosiec opened this issue Oct 21, 2020 · 0 comments
Open

unable to add form fields to an unclaimed draft #91

erosiec opened this issue Oct 21, 2020 · 0 comments
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@erosiec
Copy link

erosiec commented Oct 21, 2020

Form fields are not recognized when used in a request to /v3/unclaimed_draft/create

The request does not fail, but when the document is opened using the claim URL, none of the specified fields appear on the document.

tested with:

var draft = new SignatureRequest();
draft.AddFile("doc2.pdf").WithFields(
        new FormField("datefield", FormField.TypeText, 1, 140, 72, 36, 36, true, 0, "numbers_only")
);
draft.TestMode = true;
var response = client.CreateUnclaimedDraft(draft, UnclaimedDraft.Type.RequestSignature);
@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

2 participants