May 27th, 2010, 8:46 PM
Hi Sully,
Actually, radio buttons should work just the same as other fields. e.g. if your radio buttons have name attributes of "my_radios", you could just enter:
If still no luck, post the relevant HTML and describe what validation rules you're trying to run on them.
- Ben
Actually, radio buttons should work just the same as other fields. e.g. if your radio buttons have name attributes of "my_radios", you could just enter:
Code:
rules.push("required,my_radios,Please select at least one radio button");
If still no luck, post the relevant HTML and describe what validation rules you're trying to run on them.
- Ben