Is there someway to move/displace the submit button?
I have some forms that are inside the twitter bootstrap modal, and am trying to move the submit button to the footer of the modal. Example at hookahi.com ,if you go to the bottom of the page and click "Contact Us" it pops up.
I tried the approach here: http://www.gravityhelp.com/forums/topic/submit-button-placement-below-a-specific-field , but realized since it is not within the <form></form> tags it does really work haha. Here is the code for the modal too: http://pastie.org/5500454. I also tried a pretty crude hack with the gform_submit_button filter, and wrapping the footer divs around the button, but that didn't work. Any ideas?