I'm creating a form with row after row of identical fields. Not all rows
will need to be filled out necessarily. However, in the rows that are
filled out, I want to make the drop-down field value "user entered -
required". How do I set it up so that the drop-down field is only
required if the row is being used? Is there a way to bind an earlier
text field to the drop-down field causing the drop-down field's value to
change to "user entered - required"? Is there some other way to do this?
I hope ...