ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

Moving modal element in DOM brakes forms #78

Closed alex-jitbit closed 5 years ago

alex-jitbit commented 5 years ago

If I have a modal element inside a <form> (for example, a textbox with a "submit" button) the plugin moves the div in DOM, which is outside the form, and the form is not POSTed to the server.

alex-jitbit commented 5 years ago

Nevermind, found the appendTo option