Hello, I am using the css modal box described by Paul R.Hayes here - http://www.paulrhayes.com/experiments/modal/ I inserted a form into it. The form target is in a iframe which is hidden on the same page. I want to close the modal window as soon as the form submits. But the form should be processed within the iframe (hidden). How can I achieve this.
well, I haven't looked all that much into it, but the modal close button is just triggering different classes to the modal to hide it, so study the code and css for the close button and apply the same to the submit button.