trco / django-bootstrap-modal-forms

A Django plugin for creating AJAX driven forms in Bootstrap modal.
MIT License
384 stars 142 forks source link

Bootstrap Modal Doesn't Load on Initial Click #201

Closed CKDarling closed 3 months ago

CKDarling commented 2 years ago

Really unsure if this is the correct place for this, but Im running into a peculiar issue with this package.

After setting everything up, I can open and submit the form to my desired needs. An issue arises when I load my page. The initial click on my referenced button doesn't open the modal. If I click again it opens the modal. Also, if i close the modal and reopen it, i am tracking multiple get requests of the same form.

Again the modal works everywhere except the initial click and the loading of multiple form instances.

trco commented 3 months ago

Closing the issue. Please reopen it if you can provide a clear reproduction as described here: https://github.com/trco/django-bootstrap-modal-forms?tab=readme-ov-file#opening-an-issue.