I've got a one line form (email capture) and the client wants it to submit the email then open a second form with all of the email signup options (multiple email lists) in a modal 'lightbox' form. They are using MailChimp so I'm using the addon for that.
Is there a way to do this with Gravity Forms that I'm missing? If we're looking at custom code can you point me in the right direction please.
I figured that I could use the ajax submit and capture the .click event but that also kills the submission of the first form so that doesn't seem to work. I couldn't figure out how to delay it or use .live to capture the confirmation text then present the modal form.