Form settings every author should know

The Settings tab holds options for the whole form, not a single field. Review it before handoff.

Settings blocks

  1. Click Settings on the left (third tab).
  2. Review each block below.
Settings tab highlighted in the left panel.Settings tab highlighted in the left panel.
BlockPurpose
ActionsForm-wide code actions list
Form validatorCustom validation for entire form (often developer-owned)
Error settingsHow errors display
TooltipDefault tooltip behavior
ModalDefault modal behavior
Language settingsLocales and translation hooks

Author checklist

  1. Check that Error settings match your product style (Form-wide errors).
  2. Review Language settings if you ship multiple locales (Localization for authors).
  3. Confirm with developers before editing code under Actions or Form validator.

Summary

Settings holds form-wide defaults and scripts. Configure field behavior on Main, Rules, and button Actions.

See also