Submission
Articles
gform_after_submission
Use this hook to perform actions after the entry has been created (i.e. feed data to third party applications).
gform_incomplete_submission_post_save
Triggered after an incomplete form submission is saved.
gform_post_process
This action fires after the form processing is completed, allowing further actions to be performed.
gform_pre_submission
This action can be used to modify the posted values prior to creating the entry.
gform_use_post_value_for_conditional_logic_save_entry
This filter specifies whether to fetch values from the $_POST when evaluating a field’s conditional logic.