Articles

Step order

You can change the order of steps at any time by dragging the step in the step list to the desired slot. Entries will follow the order of steps in the step list when a step's Next Step setting is set to the default 'Next step in list' option.

Optimize initial form submission

If you have a form with lots of fields and the form is taking a while to submit, here are a few tips that can help to reduce the submission time.

Assigning steps to an email field

Steps can be assigned to the email address value of an email field allowing users without a WordPress user account to participate in a workflow.

gravityflow_entry_url_inbox_table

The gravityflow_entry_url_inbox_table filter allows customization of the URL to which entries in the Inbox are sent.

gravityflow_enqueue_admin_scripts

The gravityflow_enqueue_admin_scripts action to allow additional scripts to be enqueued when the Gravity Flow  shortcode or block is present on the page.

How to add fields that are only visible in workflow steps

Objective: To outline the Gravity Forms "Visibility" settings for forms and it impacts on Gravity Flow workflows.

gravityflow_columns_inbox_table

The gravityflow_columns_inbox_table filter allows the columns to be modified for the inbox page.

gravityflow_entry_detail_content_after

The gravityflow_entry_detail_content_after action allows custom code/content to be displayed after the primary form elements on the entry details page.

The Outgoing Webhook Step

The Outgoing Webhook Step, when triggered, sends entry values to a remote URL. Gravity Forms merge tags can be used in the Webhook URL, field mapping custom values, and in the raw request body.

gravityflow_entry_detail_content_before

The action allows custom code/content to be displayed before the primary form elements on the entry details page.