I have a button to add instances with the script:
_item.addInstance(1);
xfa.form.recalculate(1);
Also I have a radio button list with two radio buttons with Value type:User entered required.
The problem I am facing it is any time I click the buttom(Add Instance) I am getting the message:
Radio button list can not left blank!
Add instance botton and Radio buttons are in different Subforms.
Any suggestion?
Thanks