[Answer]-How to dynamic create django form with the same "name=" attr for each field?

1👍

You don’t do with multiple BooleanFields. You do it with a single MultipleChoiceField, which is output as a series of checkboxes with the same name.

Leave a comment