Currently, I am utilizing the CSS modal box developed by Paul R. Hayes. More information about this can be found here -
Within the modal box, I have integrated a form. This form is aimed at an iframe that remains concealed on the same page. My objective is to automatically close the modal window upon form submission, while ensuring that the form data is processed within the hidden iframe.
Is there any method through which I can successfully accomplish this task?