michaelbourne / gravity-forms-zoom-webinar-registration

Register attendees in your Zoom Webinar through a Gravity Form
GNU General Public License v3.0
25 stars 12 forks source link

Change from triggering on form submission, to trigger on workflow approval #10

Open thejoelbryant opened 2 years ago

thejoelbryant commented 2 years ago

We have this implemented and working as documented.

However, when the user saves the initial form entry, it triggers the zoom registration. We have added an approval workflow to this form, and would like to change the plugin so that the zoom registration/api call only happens once the approval workflow is competed.

Has anyone else done this, or perhaps can point me in the right direction?