About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
WP Plugins Marketing Design Web Design WordPress Plugins Interspire Development Code Shopping Cart WordPress SEO Functions.php WordPress Interspire Shopping Cart eCommerce Javascript SEO CSS Google Blogging Denver SEO Links Search Plugin Google SEO Denver Website Redesign Nofollow WordPress Development Domains Optimization Search Engine Optimization
Tag Archives: Gravity Forms
Gravity Forms Shortcode – A Detailed Explanation
This post is about Gravity Forms, a WordPress contact form plugin.
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 Gravity Forms shortcode has five pieces:
[gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean]
id(required) – The ID of the form, as displayed on the Gravity Forms Edit Forms page in the Id columnname(required) - The name of the form.title– Show the title to users? Default is true; set to “false” to disabledescription– Show the form’s description to users? Default is true; set to “false” to disable.ajax– Submit the form without refreshing? Default is false; set to “true” to enable.
Gravity Forms Shortcode Examples:
[gravityform id=1 name=Example Form title=false description=false ajax=true]
Will result in Form #1 being displayed without a title or description, with no-refresh entry submission.
Posted in Tutorial, WordPress
Tagged Gravity Forms, Gravity Forms Ajax, Gravity Forms Plugin, shortcode, WordPress Shortcode
6 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 here.
If you want to turn off styles for Gravity Forms, there are a few different ways. Here are five examples of how to turn off CSS for the form plugin.
Posted in Plugins, WordPress
Tagged CSS, Gravity Forms, Gravity Forms Mod, Gravity Forms Plugin, WordPress Development, wp_dequeue_style
2 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 display errors and to submit. This brings the plugin in line with Contact Form 7 and cFormsII in this functionality.
I was looking for how to enable the new Ajax submission feature on my forms, and had a moment of doubt. Here’s how:
Posted in Plugins, WordPress
Tagged Ajax, cForms, cForms II, Contact Form 7, Gravity Forms, Gravity Forms Ajax, Gravity Forms Plugin
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 the basis for anything you can imagine.
The Gravity Forms Addons plugin has added Directory capability to Gravity Forms.
The directory shortcode
You can add a directory for any form using the directory shortcode. When you add the plugin, you’ll see a new button to the right of the Gravity Forms “Add Gravity Form” button. This pop-up has lots of configuration options. Click the “Show advanced settings” link for tons of configuration options.
Gravity Forms is Great. Let’s Make it Better.

To view one pane, the other panes close. What a pane in the ass!
I really enjoy the Gravity Forms plugin. It’s a great form generator seemingly based on making a Wufoo-style experience for a WordPress form plugin. It’s super-simple to use and set up, and I’ve set up my website request form using Gravity Forms.
Some little things make a big difference
One thing that has frustrated me about the plugin is that when selecting the type of field to add to the form, I had to click a box to show it, like the image to the right. I knew that it would be a simple thing to fix…so I did. Enter the Gravity Forms Addon plugin.