Modal Overlay Forms

It was this kind of thing I was looking to emulate : https://stackoverflow.com/questions/9894339/disallow-twitter-bootstrap-modal-window-from-closing

In my experience people will click outside the box and assume the data they entered has been saved, when in actual fact it requires a positive save action followed by data validation, etc. Looping around the form would lose any data entered (unless I come up with a mechanism for saving somewhere on data change which might be overkill too).

It’s no biggie for now, just a nice to have and was curious if there was a way to do it.

Cheers.