How to validate radio button in magento?

前端 未结 2 1454
谎友^
谎友^ 2021-02-19 02:09

In my custom module I have a form which has radio buttons.

When I click the submit button it does not validate the radio button.

How to validate that using the M

2条回答
  •  温柔的废话
    2021-02-19 02:39

    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

提交回复
热议问题