When a user clicks a submit button I want the form to be submitted. However, just before this happens, I want a window to pop open and for them to fill in some data. Once they do this and they close that child window, I want the POST request to be made.
Is this possible, if so how? I just need help after the window closes, how can I make that POST request continue?
Thanks all