docusignapi - Using anchorString seems to break radio groups -
docusignapi - Using anchorString seems to break radio groups -
if specify radio grouping using anchor strings, when selecting 1 of radio buttons, either previous or next radio marked selected, not 1 clicked.
"\"radiogrouptabs\": [ { \"documentid\": \"1\", \"recipientid\": \"1\", \"groupname\": \"radiogroup1\", \"radios\": [ { \"pagenumber\": \"1\", \"selected\": \"false\", \"anchorstring\": \"!!radio1\" }, { \"pagenumber\": \"1\", \"selected\": \"false\", \"anchorstring\": \"!!radio2\" } ] } ]"
if specify position using x & y co-ordinates works....
very confused here!
try adding "value" node. when expected behavior take between two, should have distinct value each.
example:
"radios": [ { "pagenumber": "1", "selected": "false", "anchorstring": "!!radio1", "value": "male" }, { "pagenumber": "1", "selected": "false", "anchorstring": "!!radio2", "value": "female" } ]
docusignapi
Comments
Post a Comment