Filter: gform_use_post_value_for_conditional_logic_save_entry
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $read_value_from_post | bool | Should value be fetched from $_POST? |
| $form | array | The current form object. |
| $entry | array | The current entry object. |
Since
Source
Defined in forms_model.php at line 3229