Bootstrap Styles for Gravity Forms WordPress Plugin

October 2, 2014

development wordpress

TL;DR: WordPress Plugin to apply Bootstrap Styles to Gravity Forms

Everyone loves Gravity Forms and everyone loves Bootstrap. But they don't look too good when combined. So I set out to find a nice way to combine the two. After some Googling around I came across Devin Walker's gist to apply Bootstrap styles to Gravity Forms. After a few tweaks using that I decided to package it up in to a WordPress plugin. bootstrap gravity form To accomplish this I modified Devin's CSS and then properly enqueue the style into the WordPress theme with the plugin. Pretty straightforward.

Usage

  1. Install and enable the plugin via Dashboard or download
  2. In Gravity Forms Settings, turn off "Output CSS"
  3. In Gravity Forms Settings, turn on "Output HTML5"
  4. Done! Have a beer.

Links

Download Plugin Fork on Github Have an issue? Report on Github