I'm using Simple Contact Form demo of SimpleModal for jQuery to create a newsletter subscription page; I've been able to integrate everything into MODx. I need to display a confirmation of the data entered by the user, which I would like to input back into the modal to allow the user to review and confirm before the email is sent.
How can I use something like the POST('action') value (obviously, the jQuery version of that) to do determine which part of the form is viewable? At the moment the POST data is being erased before either FormItRetriever (MODx) or the show event can use it to put back into the modal.
Development site - Click on "Subscribe" in the top right.