django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
Bootstrap Modal Doesn't Load on Initial Click
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.