octavenz / wagtail-advanced-form-builder

Advanced form builder for Wagtail
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

Fixes for dropdown and checkboxes fields #5

Open fredevery opened 2 years ago

fredevery commented 2 years ago

The create_dropdown_field and create_checkboxes_field methods in the AdvancedFormBuilder class were getting dicts instead of strings as the option choices, and so would fail when attempting to call strip() on the dict.