I have a Django form and I am trying different options to do 2 things when the form is submitted: Redirect the form back without any information Trigger a Modal after a Django Form is submitted. I have followed this answer but it did not work the form was successfully submitted but the modal did not appear. I have added