A modal form consisting of modal-header, modal-body and modal footer.
form fields in modal-body, submit button in modal-footer. Works in FF, Chrome, Safari - does not work in IE9
Workaround #1: place submit button in modal-body (ugh)
Workaround#2: change submit button to type=button and add an onclick event to document.modalform.submit()
A modal form consisting of modal-header, modal-body and modal footer.
form fields in modal-body, submit button in modal-footer. Works in FF, Chrome, Safari - does not work in IE9
Workaround #1: place submit button in modal-body (ugh)
Workaround#2: change submit button to type=button and add an onclick event to document.modalform.submit()