Instead of make the fields on the optional sections with the property "Cannot
be blank", you will have to have custom Data Validators set up. With the
custom validators, you can put conditions on the fields to only be required
if another field is true/false, etc.
Hope that helps.

Signature
JHM
Sometimes 4 Shots just aren''''t enough.
> I setup a Travel Request form that allows user to select different
> options for travel,whether they need: train, air, hotel or car. If any
[quoted text clipped - 7 lines]
> fix the form so that you only have to fill out the required area(s)
> that's visible (or selected). Can anyone help me with this. Thank you!
Ramana - 26 Apr 2007 13:20 GMT
Hi,
Delete all validations when we are submitting the form.
use this method
thisXDocument.Errors.DeleteAll();
I hope this will help for you.

Signature
k.Ramana Reddy
http://www.autonomysystems.com
> Instead of make the fields on the optional sections with the property "Cannot
> be blank", you will have to have custom Data Validators set up. With the
[quoted text clipped - 14 lines]
> > fix the form so that you only have to fill out the required area(s)
> > that's visible (or selected). Can anyone help me with this. Thank you!