Skip to main content

Action: gform_field_settings_tab_content

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $tab_id
  2. $form_id

Example hook names:

  • gform_field_settings_tab_content (base hook)
  • gform_field_settings_tab_content_1 (with first modifier value)
  • gform_field_settings_tab_content_1_2 (with all modifier values)

Insert field settings for custom settings panel.

Parameters

NameTypeDescription
$formarrayThe current form object.
$tab_idstringThe current tab ID.

Since

Source

Defined in form_detail.php at line 2801