Hi everyone,
I am attempting to collect Partial Entries (https://docs.gravityforms.com/gform_partialentries_post_event/) from Gravity Forms via webhook.
These partial entries are stored when a user clicks "Next" on one of the Gravity Forms I have built and (supposedly) taps into the WordPress Heartbeat API to listen for partial entries.
I can see that the form is properly capturing the partial submissions in the Entries tab:
I have enabled the Partial Entries add-on in Gravity Forms.
I have added the Webhooks add-on in Gravity Forms.
I have also added the appropriate snippet to my functions.php file, and I've added the webhook URL (https://hooks.zapier.com/hooks/catch/18026206/2sqXXXX/) from my Zap to the WordPress form on I'm monitoring.
I have also configured the header names to correspond with the form fields I’d like to pass over to HighLevel.
However, the only form entries that Zapier detects are ones that were fully submitted.
Where am I going wrong? What am I missing?
Thanks in advance for your help.