Settings API
Articles
Basics Of The Settings API
The Settings API provides the mechanisms for rendering field UIs and saving values automatically.
Create a Custom Field Type
When using the Settings API you can define custom field types by creating a function called settings_{your_custom_field_type}.
Creating a Feed Settings Page
This article explains how to create a feed page for your Gravity Forms add-on by implementing the feed_settings_fields() function.
Creating a Plugin Settings Page
This article explains how to create a settings page for your Gravity Forms add-on by implementing the plugin_settings_fields() function.
Dependency
This article explains how to show or hide settings fields based on another field’s value in the Gravity Forms Settings API.
Field Properties
This article outlines the Field Properties in the Settings API
List of Settings API Field Types
This article lists the field types available when creating settings using the Settings API in Gravity Forms.
List of Settings API Helper Functions
These helper functions may be used to remove, modify, and add fields when working with the Settings API.
Post Select Field Type
The post_select type field, part of the Settings API, allows the user to select a post object from a drop down.
Section Properties
This article outlines the Section Properties in the Settings API