bootstrap-modal
bootstrap-modal copied to clipboard
How to use the modal as a simple confirm?
trafficstars
Is it possible to use the modal on a form so when the user clicks submit, the modal will pop up asking if there are sure they want to do the action. If yes the form is submitted or no it goes back to the form screen. Looking for the modal to be a confirm modal not a form within a modal
Sure, this is possible but you would have to do some manual work.
Here's how I've done it: http://jsfiddle.net/jschr/3kgbG/