siva
siva

Reputation: 15

DocuSign - Not able to assign locked checkboxes

I have three signers. I send customTabs via NodeJs call and makeRecipientViewRequest but I don't want one of the checkBoxes to be editable and so I add "locked":true but API complains: TABGROUP_INVALID_LOCKED_TABS, Cannot include locked tabs in TabGroup children..

If I make the checkBox ReadOnly on the Web UI, same error. How do I make set the value of the check box and make it readonly for all signers.

Thanks in advance.

Upvotes: 0

Views: 910

Answers (1)

Inbar Gazit
Inbar Gazit

Reputation: 14050

Read-only checkboxes cannot be part of a group. This can happen when you use the template editor and group them while editing the checkboxes. Make sure they are in different groups and then they can be read-only.

Upvotes: 1

Related Questions