Required Radio Button Groups
hello,
i have question set of "required" radio buttons.
let's have following options/check boxes on form:
dog
cat
horse
bird
snake
the user needs have option check many of these check off @ least one. can make group required user can choose 1 out of group. if make them individuals , each required creates problem because user may not need check of them.
any appreciated!! thank you!
you can't radio-buttons. need use either list-box
(with multiple selection option ticked) or group of check-boxes. if
you use check-boxes you'll need write script verifies if of
them selected because can't set required.
More discussions in PDF Forms
adobe
Comments
Post a Comment