The Zapier package provides an action in a Form to send the form data to a Zapier webhook, automate multiple sub-processes, and connect multiple outputs.

Image without caption

Sending the form inputs to Zapier

  1. Insert i a Form component into your page and all needed Inputs.
  1. Select the Form component.
  1. Add a new Action in the onSubmit, and select the sendToZapier.
  1. Copy and paste your Zap Webhook URL on its Config tab.
  1. Bind the formData to the Form data property.

Properties

  • formData (required) - Form inputs object
  • zapURL - Zap WebHook URL to send the data