I've built a few new WP sites using the Roots starter theme which itself uses Twitter Bootstrap as a framework. I love the way Twitter Bootstrap makes forms look and I'm wanting to use Gravity Forms within the theme.
You can see how Bootstrap forms work here:
http://twitter.github.com/bootstrap/base-css.html#forms
It requires the markup of forms in a certain way, and unfortunately this isn't compatible with Gravity Forms.
Is it possible to alter the way Gravity Forms outputs the html so that I can get it to work with Bootstrap? I'm new to WordPress and Gravity Forms, but was wondering whether I could do something with the Gform_pre_render function, but I'm not sure where to start.