django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
A Django plugin for creating AJAX driven forms in Bootstrap modal.
I create virtualenv with python 3.10 : ` sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install python3.10 sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev...
I am implementing a django-bootstrap-modal-forms 2.2.0 on my django app but I am having a problem. Every time I submit the modal form, the instance is created twice. I read...
Hi @trco I have a question, why modal form executes GET ajax request to the `success_url` page after successful form validation? There are problem in case if `success_url` page is...
I had an issue submitting From generated with Crispy Forms. I have got no save of forma data and 302 response. Modal window did not close. What I found is...
I would like to locate asyncSettings.successMessage below the {% endfor %} in the modal-body div of my modal. When I click on update, I would like to display a message...
Hey, I saw the fix for Success messages not getting displayed in the previous version. Would you have a fix for the same issue on version 2.2.0
Hi , Is there any plan to have a version without jQuery and completly (just vanilla javascript) compatible with bootstrap5 ? Very, very usefull package. keep up the good work....
``` python data['table'] = render_to_string('_data_table.html', { 'posts': posts, }, request=request) return JsonResponse(data) ``` hello, because in my case i used paginator features i want implement when after successfully updated and...
Hi, thanks again for the great project. Meanwhile, I faced with an issue, `BSModalCreateView` success_message always duplicates on form saving. I have used the same view on my previous project...
Hi Uros, I know that Formsets is not supported yet in this project as you said before in a issue post. since it has a complex logic.. I 've been...