|
You could write a _javascript_ to run and change the required fields to not required;
this.getField("field names here").required = false;
for each field in the section that you no longer want them required.
~nicholas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I have a form in 2 sections � you either fill out section 1 or 2 but not both.
Both have required fields.
Right now when I try to submit to the database � the required fields in the �other� section � won�t let me save the form
I tried HIDING the fields � but that didn�t work.
|