Validators

bsleek

Newcomer
Joined
Dec 29, 2004
Messages
4
Is there a way to use the same validator to validate more than one field on my Webform? I would like my validation error message to occur at the same point in the form as other validation messages. For instance...


[txtField1 ] [txtField2 ] [[txtValidatorFields1-2]]

Currently I have to do....

[txtField1 ] [txtField2 ] [[txtValidator1]][[txtValidator2]]

Anyone know how to do this? Thanks.
 
Back
Top