Tag Archives: Gravity Forms

A Gravity Forms Add-on: Change Who Created An Entry

This simple plugin allows you to edit who created an entry in Gravity Forms. When you have an entry from Gravity Forms that you want to edit, you can edit almost anything, except for the entry assignment; who created the … Continue reading

Posted in Gravity Forms | Tagged , , | 4 Comments

Enable Shortcodes for Gravity Forms Field Descriptions

To enable shortcodes inside your Gravity Forms form description, field labels and descriptions, you need to add the following code to your theme’s functions.php file: add_filter('gform_pre_render', 'walker_do_shortcode_gform_description', 10, 2); function do_shortcode_gform_description(&$item, $key) $item = do_shortcode($item); function walker_do_shortcode_gform_description($form, $ajax) … Continue reading

Posted in WordPress | Tagged | Leave a comment

Gravity Forms Shortcode Explained

I know about Gravity Forms…but what are shortcodes? Think of shortcodes as a placeholder for where other content will be displayed: instead of “Insert a Gravity Forms form here,” we use the gravityform shortcode. Learn more about shortcodes on WordPress.org. The … Continue reading

Posted in Tutorial, WordPress | Tagged , , , , | 12 Comments

5 Easy Ways to Disable the Gravity Forms CSS Stylesheet

We can do this the easy way or the hard way. What’ll it be? The WordPress form plugin Gravity Forms (if you don’t use it, you should — it’s great) comes with a stylesheet found at [plugin-directory]/plugins/gravityforms/css/forms.css. SEODenver.com’s is found … Continue reading

Posted in Plugins, WordPress | Tagged , , , , , | 4 Comments

Gravity Forms Ajax Submit – Version 1.4 Adds Ajax Support

The Gravity Forms plugin has recently updated to Version 1.4, and it adds a bunch of features. The one I am most excited about is Ajax submission – this means that the form no longer requires a page reload to … Continue reading

Posted in Plugins, WordPress | Tagged , , , , , , | 2 Comments

Improve Gravity Forms – Gravity Forms Addons Plugin

Download Gravity Forms Addons Plugin on WordPress.org Gravity Forms + Directory Capabilities Since Gravity Forms came out, it’s been transforming how WordPress can be used. It makes a contact form more than a contact form. It makes a contact form … Continue reading

Posted in Plugins, WordPress | Tagged , , , , , , , , , , , | 325 Comments