

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


Gravity Forms 1.3.4 Released
By Kevin FlahautGravity Forms v1.3.4 has been released via automatic upgrade. This release fixes one additional bug related to a PHP configuration. If “magic_quotes” are turned off in the configuration, it could cause problems with saving forms properly. If you have already upgraded to version 1.3.3, we recommend that you update to the newest version right away. You can upgrade to Gravity Forms version 1.3.4 by Automatic Upgrade or by downloading the latest version of the plugin from the Downloads page. Please Note: Automatic Upgrade will only work if you have entered your Support License Key in the Settings page of Gravity Forms in your WordPress Administration Panel.
Read moreGravity Forms 1.3.3 Released
By Kevin FlahautGravity Forms v1.3.3 has been released via automatic upgrade. This release fixes a few minor bugs and includes an additional enhancement to the post submission action. Fixed issue with file upload creating a broken link when filename contains a single quote Fixed issue with conditional logic that prevented field values from being updated when field was changed Fixed issue with conditional logic that caused value to be truncated when selected value contained a single quote Fixed issue that corrupted the form meta when saving forms on servers where magic quotes where turned off Added $form parameter to gform_post_submission action (Thanks to d4le for the suggestion) Included a minor CSS update to fix a reported IE issue where the labels on the radio buttons and checkboxes weren’t displaying properly You can upgrade to the latest version of Gravity Forms using Automatic Upgrade or by downloading the latest version of the plugin from the Downloads page. Please Note: Automatic Upgrade will only work if you have entered your Support License Key in the Settings page of Gravity Forms in your WordPress Administration Panel.
Read moreGravity Forms 1.3 Released
By Kevin FlahautWe are excited about the release Gravity Forms v1.3! This is an exciting release that adds some new, exciting and very powerful features to an already feature-packed plugin. Developers will love the conditional logic form fields and novice users will love the new features andn options that make managing forms even more flexible. The plugin is available via Automatic Upgrade in your WordPress Administration Panel, or you may Download it and install it manually.
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