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

How to use the modal as a simple confirm?

Open piercemcgeough opened this issue 12 years ago • 1 comments
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

piercemcgeough avatar Oct 16 '13 11:10 piercemcgeough

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/

jschr avatar Oct 16 '13 14:10 jschr