Hello,To summarize the problem I have, I have 3 "pages"(blocks of
information) in my form and I can't find a way to make a field in "page"
3 re-appear when a check box in "page" 1 is checked.The first "page"
includes a check box that will make some hidden fields re-appear on the
page when it's checked.the code for that check box isif (this.rawValue
== "1"){hide1.presence = "visible";}else{hide1.presence = "hidden";}At
the moment, I haveI have 3 blocks of text(pages).I have these three
pages with...