Skip to main content

Filter: gk/gravityview/edit-entry/lock-hidden-visibility-fields

Whether fields whose Visibility is "Hidden" keep their stored value when an entry is edited.

Before these fields were kept in the form, Edit Entry could not reach them at all. Return false on forms where another plugin populates a hidden field from one the editor can change, so the two stay in step.

Parameters

NameTypeDescription
$lockboolWhether to discard submitted values. Default: true.
$formarrayThe form being edited.
$entryarrayThe entry being edited.

Since

  • TBD: TBD

Source

Defined in src/Extension/EditEntry/EditEntryRender.php at line 920