Extension Actions and Filters
Checklists
Folders
Form Connector
Incoming Webhooks
Parent-Child Forms
PDF Generator
Vacation Requests
WooCommerce
Articles
gravityflowformconnector_[type]_target_form_id
The gravityflowformconnector_{type}_target_form_id filter can be used to customize which form certain Form Connector step types will create their entry as.
gravityflowformconnector_delete_entry_id
The gravityflowformconnector_delete_entry_id allows the ID of the entry to be deleted to be overridden. ParameterTypeDefinition$stepStepThe step currently being processed.$formForm objectCurrent form.$entryEntry objectThe current entry.$target_entry_idIntegerThe target entry.
gravityflowformconnector_new_entry_form
The gravityflowformconnector_new_entry_form filter allows the form to be modified before it is processed for mapping into a new.
gravityflowformconnector_post_new_entry
The gravityflowformconnector_post_new_entry action allows customization to occur immediately after the new entry has been created by the form connector extension.
gravityflowformconnector_target_entry_id
The filter gravityflowformconnector_target_entry_id can be used to change the target entry of the Form Connector Update Fields Step.
gravityflowformconnector_update_entry_approval_status
The filter gravityflowformconnector_update_entry_approval_status can be used for setting the approval status without having to use a field on the form to define the status.
gravityflowformconnector_update_entry_form
The gravityflowformconnector_update_entry_form filter allows the form of entry for update to be customized/hydrated.
gravityflowformconnector_update_entry_id
The gravityflowformconnector_update_entry_id filter allows the target entry ID to be modified during the Form Connector Update an Entry step type.
gravityflowformconnector_update_field_values_form
The gravityflowformconnector_update_field_values_form filter allows the form to be modified before it is processed for updating field values into another entry.
gravityflowincomingwebhook_response_post_process
The gravityflowincomingwebhook_response_post_process filter allows the WP_REST_Response object to be modified after processing.