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

Same label name doesn't allow me to add? #249

Closed saileshkush95 closed 3 years ago

saileshkush95 commented 4 years ago

This is awesome project but my requirements is little bit different, it doesn't allow me to add same label name. for multiple fields

barseghyanartur commented 4 years ago

Could you be more specific? Why would you want the same label for different fields?

saileshkush95 commented 3 years ago

Suppose I want to add full marks field for two subject. In both case i want to use marks field name instead of subject_one_marks and subject_two_marks, It is just for random use case.

barseghyanartur commented 3 years ago

In theory, of course it's possible to add another field called label_display and show that text when rendering the form. However, I still think it's confusing.

Unfortunately, fieldsets are not supported (and likely they won't be, unless development is heavily sponsored). That makes having the same label on the same form unusable.

Contact me (email is in the readme) if you have a budget.

saileshkush95 commented 3 years ago

sure, but as for now its perfect and thank you for your works and maintaining this package