askvortsov1 / dynamic-django-forms

A simple, reusable Django app that allows you to build (and respond to) dynamic forms. Perfect for surveys, position applications, etc.
MIT License
44 stars 12 forks source link

Allow multiple selects and add 'step' to number field formbuilder support #9

Closed swkidd closed 3 years ago

swkidd commented 3 years ago

Support multiple selects by checking formbuilder JSON for 'multiple' prop set to true, using Django's MultipleChoiceField.

Support 'step' argument for number fields in formbuilder using Django's FloatField widget property. see here