Forms and Validation?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have a form that is broken into different sections.....

The form collects a customers Mortgage information.

The first section collects information about their first mortgage
and the second section collects information about their second
mortgage IF they have one.

I have the form validated so that ALL of the information is required
in the First Mortgage section and None of the information is
required in the Second.

I want to validate it so that if they enter ANY information into the
second mortgage section that they will than have to enter ALL the
information.

I am getting submissions that are incomplete in the second section.

Mike
 
You'll have to write your own custom JavaScript validation script to do
this.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top