barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Does fobi allow the end user to add form elements dynamically? #224

Closed jeromecc closed 5 years ago

jeromecc commented 5 years ago

Hi! So for instance if I want to collect 5 or more (let's say up to 20) textual answers (CharField), is it possible to display 5 fields and a + sign to add a 6th field, then maybe a 7th etc? So that I don't clutter the page with 20 fields while most respondents will only use 5 or 6. Thanks.

barseghyanartur commented 5 years ago

You could certainly do it with javascript.

barseghyanartur commented 5 years ago

I would solve that issue in the following way (if I understand you correctly):