I’m programmatically adding CheckboxGroup
and RadioGroup
fields to a 2-page PDF using the DocuSign REST API (SDK version 5.5.0). During signing, the signer can interact with the checkboxes and radio buttons without any issues.
During signing:
-
Checkboxes can be selected
-
Radio buttons can be chosen
Issue after signing:
-
In the final completed PDF, the selected fields show an "X" mark instead of the expected checkmark (
) for checkboxes or filled circles for radio buttons.
Details:
-
Using DocuSign eSignature API
-
SDK Version: 5.5.0
-
Fields are added via
CheckboxGroup
andRadioGroup
-
Environment: Developer Sandbox (demo.docusign.net)
My question:
How can I ensure that the final, signed PDF displays:
-
checkmarks for selected checkboxes, and
-
● filled circles for selected radio buttons?