check atleast one checkbox is checked on form submission

后端 未结 2 1385
礼貌的吻别
礼貌的吻别 2021-01-21 01:51

I have a form that consists of checkbox fields, now on form submission we should check whether atleast one checkbox is checked

html code



        
2条回答
  •  既然无缘
    2021-01-21 02:23

        
     
    {% for field in fields %}
    {{field}}
    {% endfor %}

提交回复
热议问题