When enabling radio buttons within an HTML application, there are the following limitations:
-
The < input type="radio"> tag needs to have either a name= or an id= attribute for Application Enabler to be able to scrape values.
-
Application Enabler scrapes the HTML value, regardless of the Return HTML instead of text value (for scripting) check box setting.