Strict Gravity Forms Custom Post Types
Description
Fixed version of the Gravity Forms + Custom Post Types plugin by Brad Vincent that doesn't throw errors when testing with PHP Strict
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
*Strict* Gravity Forms + Custom Post Types
Fixed version of the Gravity Forms + Custom Post Types plugin by Brad Vincent that doesn't throw errors when testing with PHP Strict. This is where the magic happens:
Lines 54 - 58 of `gfcptaddon.php` **before**:
//include the base class
require_once(self::get_base_path() . '/gfcptaddonbase.php');
//only supports 1.5 and over
require_once(self::get_base_path() . '/gfcptaddon_1-5.php');
Lines 54 - 58 of `gfcptaddon.php` **after**:
//include the base class
require_once( plugin_dir_path( __FILE__ ) . 'gfcptaddonbase.php');
//only supports 1.5 and over
require_once( plugin_dir_path( __FILE__ ) . 'gfcptaddon_1-5.php');
Easily map your forms that create posts to a custom post type. Also map dropdown select, radio buttons list and checkboxes lists to a custom taxonomy.
== Description ==
This plugin is an add-on for the amazing *Gravity Forms Plugin*. Check out my other free [Add-ons for Gravity Forms](http://themergency.com/gravity-forms-addon-plugins/)
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**
- Map a form to a custom post type (using the post title field)
- Map fields (Drop Downs, Multiple Choice or Checkboxes) to a custom taxonomy
- Supports G
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing