Hello, I want to have 6 fields that both turn on (become visible) and become required when I check the check box to their left on the form. All the fields are on the same page and are all text…
This is what I have so far. if(xfa.ONE.FORM.ASSAY.rawValue== true){ //xfa.ONE.FORM.CO_ASSAY.presence = "visible"; } else if(xfa.ONE.FORM.ASSAY.rawValue== false){ …
