Developers
Gravity Flow Actions and Filters
Understand what hooks Gravity Flow provides, which parameters are available to them and examples of how they can be used to customize the default plugin behaviour to suit your use case / needs.
Extension Actions and Filters
Understand what hooks each Gravity Flow extension provides, which parameters are available to them and how they can be used to customize the default behaviours to suit your use case / needs.
Data Objects
Articles
gravityflow_step_is_condition_met
The gravityflow_step_is_condition_met filter allows customization of whether a step should be executed or not.
gravityflow_step_start
The gravityflow_step_start filter allows customization of the step on which an entry will start its workflow.
gravityflow_status_args
The gravityflow_status_args filter is a very flexible filter which allows a lot of control over the way the Status table is rendered.
gravityflow_status_submitter_name
The gravityflow_status_submitter_name filter can be used to override the value that appears in the Submitter column of the Workflow Status page.
gravityflow_display_field_choices
The gravityflow_display_field_choices filter allows the Gravity Forms fields to be shown in the Display Fields settings
gravityflow_user_field
The User Field, by default, will display all users. If you need to filter the items you can use the following filter gravityflow_user_field.
gravityflow_feedback_cancel_workflow
The gravityflow_feedback_cancel_workflow filter allows the user feedback to be modified after canceling the workflow with the cancel link.
gravityflow_status_fields
This filter is used to customize the field columns displayed in the status page in the admin UI when a form is selected.
gravityflow_entry_detail_grid_display_empty_fields
The gravityflow_entry_detail_grid_display_empty_fields can be used to control if empty fields should be displayed by default in the workflow details grid.
gravityflow_permission_granted_entry_detail
The gravityflow_permission_granted_entry_detail filter allows the permission check to be overridden for the workflow entry detail page.