Hi Paul,this script was very useful to me too, thanks!But I need a
little more...: how to make the white space disappear after hidding the
field so the field below move up? I use the check box to hide a subform.
And the next subform doesn't move after clicking. What should I write
after this:if (this.rawValue == 1) {Subform1.presence ="hidden" } else {
Subform1.presence ="" }Thanks!