-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
I am trying to use a tab group to have select at least 1 validation on my checkboxes. envelope-request.json attachment has the payload i use to create the envelope with checkbox tabs. the docusign API accepts my request but drops the checkbox tab group unless i specify documentId and pageNumber for the tab group (see tabs-response.json in the attachments). however i want the tab to be defined for all documents and all pages and not specifying document ID & page number works for all other tabs.
how can i make tab group work without having to specify documentId & pageNumber?