settings-api-resources
Articles
Basics Of The Settings API
The Settings API provides the mechanisms for rendering field UIs and saving values automatically.
Dependency
This article explains how to show or hide settings fields based on another field’s value in the Gravity Forms Settings API.
Additional Properties
This article covers adding HTML attributes, like onclick and onchange, to Gravity Forms settings fields.
Field Properties
This article outlines the Field Properties in the Settings API
Section Properties
This article outlines the Section Properties in the Settings API
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.
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.