

How To
A collection of missives and messages, along with nerd talk and company carryings-on.


Creating a Modal Form with Gravity Forms and FancyBox
By Kevin FlahautThere have been a few questions on how to create a Gravity Form in a modal window. For this example, we’re going to use the jQuery script “FancyBox” to create the modal form. Basically, what you’re going to do is to create a form, embed it in a simple page and then link to it from the page you want to include the modal form. Pretty simple right?
Read moreClearing Default Field Values with jQuery
By Kevin FlahautA few people have asked about automatically clearing the default field values on focus. While that’s not a feature in the current version of Gravity Forms, It’s easy enough to accomplish with a little bit of jQuery goodness. This script will remove any default value from input fields and textareas on focus, and if you haven’t changed it, will restore it on blur.
Read more