Jquery Modal Confirmation on Django form submit for deletion of object – Shopify
I am using Django with Crispy forms and am also using the Shopify Embedded Apps SDK. I am trying to have a modal window appear to let the user confirm that they want to delete an object. My code is…