django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
A Django plugin for creating AJAX driven forms in Bootstrap modal.
As bootstrap5 is now in beta3, I ported this project to plain JS using the new bootstrap API BS4 and 5 can be used independently because BS4 requires jQuery (which...
I'm implementing a feedback form modal. All I need is a simple form that creates a Feedback model without refreshing the page after submit. It seems that asyncSettings always needs...
Hi I have a form with a file field. In the form validation, I need to validate something in the file, but I see self.request.FILES is empty on first request...
I have a project with a good number of ModelForms that use crispy_forms to render. All forms use one of two templates, because all the magic happens within ModelForms and...
Hi, using django-bootstrap-modal-forms I faced the issue to unable correctly include external JS libraries in the modal form. On the first modal open, I have errors in JS console, but...
I'm stuck with the problem related to the order of jQuery and Bootstrap. My problem is that I run into the error `Uncaught TypeError: $(...).modalForm is not a function` I'm...
Rather than a question or a bug report, it would be a suggestion that can be helpful for the users. Although modal forms look good but I want to add...
Can u help?
Hello, How would you recommend adding a timepicker or any other library to input on forms. I could integrate django-bootstrap-modal-forms with my project, but I am currently using jQuery UI...
Hi, I have been working with modalforms for a couple of months and just run into this bug that i don't seem to underdtand ! The global issue is: -...