jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

how is the name of an html element created and how do i get that from the form wizard? #232

Open brettelliot opened 1 year ago

brettelliot commented 1 year ago

Hi, When I look at the name property of an html element like a button on a formtools wizard the name is something like the_field_name-the_field_name. Is that right?