How to validate radio button in magento?
i got the answer,
use validate-one-required-by-name
in the class name of the radio button.
Cheers
Edit:
or
use validate-one-required
on the last radio/checkbox in the group
Thanks to Rahul Tripathi
i got the answer,
use validate-one-required-by-name
in the class name of the radio button.
Cheers
or
use validate-one-required
on the last radio/checkbox in the group
Thanks to Rahul Tripathi