Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Validating checkboxes   Message List  
Reply | Forward Message #415 of 427 |
Re: Validating checkboxes

you should be able to validate a checkbox just as easily as a textbox:
e.g., if you set REQUIRED to true, the checkbox validation will fail
unless the checkbox is checked. more complicated logic may be written
in the onvalidate event handler.

--- In validation@yahoogroups.com, "itnetx_chris" <chris.jade@...>
wrote:
>
> Hi All,
>
> Is it possible to validate checkboxes?
>
> Example: Checkbox to say that the user has read the terms and
> conditions on a form before they post.
>
> Sorry if this question has been answered before.
>
> Cheers
> Chris
>





Wed Nov 7, 2007 3:48 pm

somematt
Offline Offline
Send Email Send Email

Forward
Message #415 of 427 |
Expand Messages Author Sort by Date

Hi All, Is it possible to validate checkboxes? Example: Checkbox to say that the user has read the terms and conditions on a form before they post. Sorry if...
itnetx_chris
Offline Send Email
Nov 7, 2007
2:13 pm

you should be able to validate a checkbox just as easily as a textbox: e.g., if you set REQUIRED to true, the checkbox validation will fail unless the checkbox...
somematt
Offline Send Email
Nov 7, 2007
3:48 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help