On Submit Validation

  • Thread starter Thread starter Markus
  • Start date Start date
M

Markus

Hallo

I hope some one can give me some help i have form with a with a few fields
that i would like to validate before the user can submit it. I have a few
rules that already work but there is one that i can not get to work. I have a
text field and a Drop down list now I want it to validate the Drop down list
but only if something is entered into the text field. how can i do that with
JavaScript.

Regards
Markus
 
FrontPage form validation won't do that sort of conditional validation.

Neither will any of the other easy off the internet solutions.

You'll need to get some custom code created to do that, or use a third party
application to accept form data.
 
Back
Top