I have a static form that I'm building from a word document. Part of
that form requires a person to fill any 3 out 5 text fields. Since it
looks like scripts are applied on a field by field basis, is it possible
to have a script that encompasses multiple fields? Would any script need
to be applied to each field in turn?Assuming the answer to question 1 is
a yes, how would you script it to require x number of fields out of a
total of y to have some sort of content in order to validate?I'm pretty
...