change_history Settings API
-
generic_map Field
IntroductionThe generic_map field type, part of the _autolink_settings-api, allows the user to map custom keys to custom values, based on submission or other data.
-
The simple_condition Helper
IntroductionWhen using the _autolink_settings-api there may be times when you need a field type which allows the user to define a simple conditional logic rule, that's where the simple_condition() function helps.
-
Field Manipulation Helpers
IntroductionThese helper functions may be used to remove, modify, and add fields when working with the _autolink_settings-api.
-
Save Button
IntroductionThe save type field, part of the _autolink_settings-api, renders a submit type input.ExampleThe following example renders a section with a text input and a save button with custom error and success messages.
-
dynamic_field_map Field
IntroductionThe dynamic_field_map type field, part of the _autolink_settings-api, allows the user to map their form fields to custom keys (fields), e.g.
-
checkbox_and_select Field
IntroductionThe checkbox_and_select type field, part of the _autolink_settings-api, renders a checkbox which when checked will display a drop down with additional options.
-
field_select Field
IntroductionThe field_select type field, part of the _autolink_settings-api, allows the user to select a form field from a drop down.
-
Helper Functions
IntroductionThe following functions, located in _autolink_gfaddon, may be used when rendering the individual settings.settings_text().
-
Custom Field Type
IntroductionWhen using the autolink_settings-api you can define a custom field type by creating a function called settings{your_custom_field_type}.
-
field_map Field
IntroductionThe field_map type field, part of the _autolink_settings-api, allows the user to map their form fields to fields you define, e.g.