Form Connector

Articles

gravityflowformconnector_[type]

The gravityflowformconnector_[type] filters allows the entry to be modified before create, update, submission. The actual filter name to hook on depends on which token type you are wanting to filter.

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.