Skip to main content

Filter: gform_use_post_value_for_conditional_logic_save_entry

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gform_use_post_value_for_conditional_logic_save_entry (base hook)
  • gform_use_post_value_for_conditional_logic_save_entry_1 (with first modifier value)

Specify whether to fetch values from the $_POST when evaluating a field's conditional logic. Defaults to true for new entries and false for existing entries.

Parameters

NameTypeDescription
$read_value_from_postboolShould value be fetched from $_POST?
$formarrayThe current form object.
$entryarrayThe current entry object.

Since

Source

Defined in forms_model.php at line 3229