I THINK I have it figured out. I added an "initialize" script on a
couple of fields and that seems to work (I'll have to add a LOT of
initialize scripts if this is the answer). For
example:form1.MainSubform.HeaderSubform.Outage::initialize =
(JavaScript, client)if (this.rawValue ==
1){form1.MainSubform.BodySubform.FirstSubform.Incident.presence =
"visible"'}If anyone can think of a way that I can set all selected
fields visible by default, I would gladly appreciate the input. Until
then, I guess...