django-forms-builder icon indicating copy to clipboard operation
django-forms-builder copied to clipboard

Let users build forms in Django admin

Results 32 django-forms-builder issues
Sort by recently updated
recently updated
newest added

I needed this for the site that I work on, figured I'd PR it in case anyone else might need it.

Hi, This repository seems to lack maintenance, I propose myself as a new maintainer. Could you give me the right to push in your repository or just transfer it on...

I have tried this application, while I'm working on _Job posting application_, I have an issue on my app: the apply-to-job form is different for each job, so the form...

Hello, as we use this projects as framework for our own project in Czech language, it would help us to have these translations in the project. Thanks.

Hi, I do see you have made changes for Django 2.1 Compatability here #234 but I don't see a doc/PR that says it's compatible for Django 3, so just wanted...

Action urls are showing as escaped. Wrapped with mark_safe. Now its showing proper links.

I've installed this module to try, on admin site I created a form and save it, when I viewed on site it send me this error: 'bool' object is not...

Hello @stephenmcd , First of all thanks for such a great library and your effort on it. Would be great to know the current status of development for this project?...

Hi, here I offer some fixies for Django 2. The most serious is fix of function `admin_links`: * Html code from function `admin_links` must be marked as `SafeText`. * Replace...