Radio Button Scripting Elements/Tags
I am new to progrmamming scripting functions in Adobe Acrobat DC. I want to calculate a textbox or Dropdownbox based on a radiobutton selection.
Presently my Radio Button Group1 has the fllowing selections;
Radio1 - Public
Radio2 - Confidential
WHen I creat the Dropdown and use the calculate function, setting it based on the value of Group1 it returns
"1" or "2" instead of the actual word or RadioButton name.
Basicallt I dont know what all of the available programming tags there are associated with the RadioButton Group. Is there a list compiled showing all the element names? I found a few items on internet searches like [this.getField("Calc2_A").value]. But I dont know what the names of the elements are in order to actually reference them.
Any help will be greatly appreciated.
