>
Download This Plugin | |
Download Elegant Themes | |
Name | Gravity Forms + Custom Post Types |
Version | 3.0.1 |
Author | Brad Vincent |
Rating | 90 |
Last updated | 2014-11-11 01:15:00 |
Downloads |
47346
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Gravity Forms + Custom Post Types plugin added 10 bytes of resources to the Home page and 11 bytes of resources to the sample Post page.
Gravity Forms + Custom Post Types plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Gravity Forms + Custom Post Types plugin ads no tables to your Wordpress blog database.This plugin is an add-on for the amazing Gravity Forms Plugin. Check out my other free Add-ons for Gravity Forms
Gravity forms allows you to create posts from a form using 'post fields'. By default the submitted form will create a post, but I wanted a way to save a custom post type instead. It can be done quite easily with some php code, but I wanted it to be easier without any code at all. Now it is easy. Maybe too easy :)
You can also link a custom taxomony to the field types : Drop Downs, Mulit Selects, Radio Buttons, Checkboxes and Single Line Text. So when the form is displayed a list of terms for the custom taxonomy are listed. And then when the post (or custom post type) is created, it automatically links the post to the selected taxonomy term(s).
features
How to map a form to a custom post type
Add a post title field to your form and under the advanced tab, tick the "Save As Post Type" checkbox. A dropdown will appear with the available post types. Select the one you want.
How to link a field to a custom taxonomy
Custom taxonomies can be linked to Drop Downs, Mulit Selects, Radio Buttons and Checkboxes. Under the advanced tab for your field, tick the "Populate with a Taxonomy" checkbox. A dropdown will appear and you can select your custom taxonomy from the list.
How to link the saved post to taxonomies using a single line text field
You can also link a Single Line Text field to a taxonomy, so it can be used to input existing and new taxonomy terms. Under the Advanced tab, click "Save to Taxonomy" checkbox and then select the taxonomy from thr drop down. You can also choose to show an advanced UI by checking the "Enable enhanced UI" checkbox. This will enable an awesome "tag input" style control. See screenshot for more info. If the control contains exising terms, then they are linked to the saved post. If there are new terms in the control, then the terms are created and they are also linked.
How to set a parent post with the dropdown field
You can now link the dropdown field to a post type and try to make it set the parent item. Under the advanced tab, check the "Populate with Post Type" checkbox. Select the SAME post type that you selected when adding a post title field (above), and check "Try to set parent". This then fills the dropdown with a list of existing posts, so when you save the form and the post is created, it trys to set the parent post to whatever was selected in the dropdown.