Filter: gform_is_encrypted_field
Determines if an entry field is stored encrypted. Use this hook to change the default behavior of decrypting fields that have been encrypted or to completely disable the process if checking for encrypted fields.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry_id | int | The current Entry ID |
| $field_id | int | The current Field ID. |
Source
Defined in forms_model.php at line 7732