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

multiple fields in single form #10

Open panizza opened 2 years ago

panizza commented 2 years ago

I tried to have multiple FormField in the same model, but I found some issues:

I can create a pull request, but I wanted to know how to you want this done. For the first part we can just prepend/append the widget's name to the current id, but for the latter I think we should remove the script tags entirely. This way everyone can include them where they feel better.

askvortsov1 commented 2 years ago

Hi, sorry for the late response. If you still have a use case for this, here's what I'm thinking:

askvortsov1 commented 1 year ago

Just put this on the README (a bit too late, tbh), but I'm not using Django in any projects, and am open to someone else taking over maintenance of this package. I don't really have the time or need to push new features at the moment.