Hi,
I have an entry field that is conditional on two previous entries. These two control entries are bytes in a memory table displayed as simple check boxes (not JQuery check boxes) with the same True False values (1,0). One of the check boxes works perfectly, toggling the target field when the other check box is turned on. The other check box will hide the target field on accept, but won't reveal it .
The client side resets all fire properly for both check boxes and I can trace the nt-hidden style being applied and removed on the server side, but source html of the target entry only changes to hidden not back. I noticed that the html source of the working check box includes a 'checked' property when turned on but the other one doesn't. I have crawled over the NT template settings and the data dictionary entries for the two check boxes and can't find any differences that would explain the presence/absence of the checked property or the problem behavior
The problem checkbox also controls the display of other entry fields which also can be hidden but not unhidden.
Here is the HTML for the working checkbox, then the problem one.
<input type="checkbox" name="MNO__MultiDay" id="MNO__MultiDay" value="1" checked="checked" title="A booking occurrence can end on a different calendar day than it starts. For 24 hour and long, continuous operations. NOT THE SAME THING AS A REPEAT BOOKING" data-do="imm">
<input type="checkbox" name="MNO__EnableSetupCleanup" id="MNO__EnableSetupCleanup" value="1" title="Allow users to enter setup and clean up times that apply for all the resources in the bookings" data-do="imm">
What have I missed? Using NT 7.39
Thanks so much