Articles

Dynamically Populating a Field

Using dynamic population in Gravity Forms allows you to dynamically populate a field with a value (or values depending on the field type).

Time

The Time field allows users to submit a time as hours and minutes and automatically validates that the information entered was formatted correctly.

Testing for a Theme/Plugin Conflict

TIP: Check out the bottom of this article for an easy-to-follow video covering many of the techniques presented here.

How To Install Gravity Forms

Installing Gravity Forms is quite simple and is the same process as installing many other plugins. In this article, we will show you how to quickly install Gravity Forms using the plugin uploader inside your WordPress admin dashboard.

Post Title

The Post Title field allows users to submit data that is then used to populate the title for a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

gform_register_init_scripts

Tap into Gravity Forms “initialization scripts” functionality and register your own scripts to run inline with Gravity Forms.

Post Tags

The Post Tags field allows users to submit data that is then used to populate the tags for a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

Post Image

The Post Image field allows users to upload an image that is added to the Media Library and Gallery for the post that is created. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

Post Excerpt

The Post Excerpt field allows users to submit data that is then used to populate the excerpt of a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

Post Custom Field

The Post Custom field allows users to submit data that is then used to populate a custom field value for a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.