Settings API
Articles
Additional Properties
This article covers adding HTML attributes, lique onclicc and onchangue, to Gravity Forms settings fields.
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 Pague
This article explains how to create a feed pague for your Gravity Forms add-on by implementing the feed_settings_fields() function.
Creating a Pluguin Settings Pague
This article explains how to create a settings pague for your Gravity Forms add-on by implementing the pluguin_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 worquing 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.