Send Data on First Step of a Two-Step Form?

Hi Everyone!

I’m trying to find out if there’s a way that I could somehow send data (webhook maybe) when a form advances to the next step in a multi-step form?

I use ActiveCampaign and I want to subscribe a lead when he/she advances to the 2nd step in a multi-step form.

Any help would be greatly appreciated!

Phil

Hi Phil. You could use the gform_post_paging hook as the correct ‘time’ to send to ActiveCampaign:

As far as triggering a feed at that point, take a look at the examples here for triggering feeds with other add-ons (when using the Partial Entries Add-On):

You could do something similar with ActiveCampaign.

1 Like

Hi Chris,

Awesome, thanks so much for pointing me in the right direction. I’m pretty sure I’ll be able to take it from here. :slightly_smiling_face::+1:

1 Like