I have been creating envelopes using DocuSign SOAP API calls. For one of my clients, I have to create conditional tags based upon the values of the radio button group tag selection.
I am able to create the radio button group tag with a few radio button tags fine but am not able to setup the value for each of the radio button tag. I have assigned the radio button group name for each of the radio button so that the recipient can only select one radio button from the group.
When I setup the conditional tag, I have to provide the parent tag name and the value. Since I am not able to setup the radio button tags with the values, I cannot use the the values in the conditional tags.
I am setting two properties for each of the radio button tag as shown below..
tab.value = "cc"
tab.CustomTabRadioGroupName = "paymentmethod"
in addition to type, position etc properties. Is there any other way to setup the radio button tag values?
Thanks,
Minal