I'd like to use two separate fields to show and/or hide subsequent pages
that a user sees. I was trying to do this with javascript, but can't
seem to get the reference to the second field to work. I was trying the
script below: if (demographics.occupation.rawValue == "Regulatory Health
Information Specialist" && demographics.role.rawValue == 1) {
form1.tech1.presence = "visible"; form1.tech2.presence = "visible";}The
page the fields are in is called demographics and the two fields are
called occ...