« Back to Frequently Asked Questions

What action hooks does the plugin have?

Action hooks allow developers to customise the behaviour of the plugin, or to trigger integrations at specific times. This plugin has some action hooks, and Gravity Forms has many of its own action hooks.

  • gfeway_process_approved

    • array $entry
    • array $form
    • array $feed

    Triggered when a Response Page transaction has completed successfully.

  • gfeway_process_failed

    • array $entry
    • array $form
    • array $feed

    Triggered when a Response Page transaction has failed (completed unsuccessfully).