Guys,
This is the best cash I've spent on a dev tool since I bought Coda. Nice work!
Now, here's a question. Before I bought Gravity Forms I was using Contact Form 7 and on submission, I would initialize the following jQuery:
$('#contact-form').slideUp('slow'); $('#form-success').slideDown('slow');
My contact form would nicely slide away and a previously hidden success message would replace it. This is better than just displaying a message in place of the form because my form is 500px tall and the success message only 150px, so it shifts the rest of the sidebar content up and the design stays intact.
Is there a way to replicate this behavior with Gravity Forms?