gpps_entry_pre_create
Description
Filter the entry to be used to replace merge tags – before – it has been generated.
Usage
Apply to all forms.
add_filter( 'gpps_entry_pre_create', 'my_custom_function' );
Apply to a specific form.
add_filter( 'gpps_entry_pre_create_FORMID', 'my_custom_function' );
Parameters
entry object|bool
Entry object or null if this if the first time the function has been called.
form object
The current form object.
Since
This filter is available since Gravity Forms Preview Submission 1.2.9.