Hi - I have created a checkbox group. On the actual form whenever a box is checked and then unchecked, I get the following popup. Is there a way to turn this off?
[attachment=0]error.jpg[/attachment]
Hi mothy5000,
Remove whatever validation you have set for the Checkbox group.
Bob
This checkbox group is a mandatory question. Is there a way to simply change the text to say "A response is mandatory"?
Tim
Is this text listed in php somewhere?
Hi mothy5000.
The group may be required but the required error will normally only show up when none of the checkboxes are selected; and that's not the message that it will show.
You can change the message by adding a title entry on a Text input, please try that with the checkbox group - but I'm not sure if you have to apply the title to all boxes in the group or just one :-(
Bob
Thanks! I added "Please select one." to the Title field and this worked.
Tim