django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

How to make a nested modal

Open juliama920 opened this issue 2 years ago • 0 comments
trafficstars

Hi I'd like to have a modal with a button that opens another modal within it. Right now, my code successfully opens another modal but when I exit out of the nested modal the first modal drops its information. How can I keep the first modal open and ready to use if the user backs out of the nested modal?

The modal and nested modal open correctly but if I exit after the nested modal without submitting the form the first modal refreshes to this Screenshot from 2023-03-13 17-54-46

juliama920 avatar Mar 13 '23 23:03 juliama920