I'm trying to use the Validator to validate that a particular radio button
(with a value of "yes") in a group is selected.
 
I'm trying to use a mask to do this, but if I use a mask the form seems to
fail validation no matter if the value in the form matches the pattern in
the mask.
I've tried using the same mask with an input field and it works fine, so I'm
stumped.
I've also verified that my fieldnames etc are correct (I can get the
"required" validation to work with the radio buttons).
 
The mask I'm using is: <var-value>^(yes)$</var-value>
 
Does anyone know why this won't work, or have any alternative ideas on how
to validate that a particular radio button is selected?
 
Thanks for any replies,
 
John

Reply via email to