To extend the reach of your Contact Form, integrate it with Google Sheets, Hubspot, Active Campaign, Automation Builder, or a third-party application using Webhooks.
To add integrations, right-click the Contact Form, click Edit Content, and click the Integrations tab.
Google Sheets Integration
Use the Google Sheets integration to instantly add contact form submission data to a spreadsheet in Google Sheets. All contact fields in the form will be populated into the spreadsheet, including a time stamp of when the form was submitted.
- Click Google Sheets, and click Sign in with Google.
- Click Allow to grant permissions to connect to your Google account. If your computer is connected to multiple Google accounts, select the account you would like to connect to this form.
- Select if you want to add data to an existing spreadsheet or to a new one.
- Select the spreadsheet you would like to submit the form data to. You can select the spreadsheet from a list, or use the search bar to find a specific sheet.
Hubspot
The Hubspot connector is designed to seamlessly integrate your web design projects with Hubspot's powerful CRM capabilities, our connector is the bridge between your website activities and customer relationship management.
Note that Hubspot is an app and will need to be managed through the app store after installation.
ActiveCampaign
The ActiveCampaign connector is crafted to integrate your web design projects with ActiveCampaign's robust email marketing and automation capabilities, establishing a crucial link between your website activities and sophisticated marketing strategies.
Note that ActiveCampaign is an app and will need to be managed through the app store after installation.
Automation Builder
The Automation Builder is your gateway to seamless integration between your Website Builder and a myriad of marketing and CRM platforms. This powerful tool allows for bidirectional data flow, enabling not just data transfer from your Website Builder to platforms like MailChimp and ActiveCampaign but also vice versa. It's designed to enhance flexibility and efficiency, simplifying complex workflows across various services.
Note that Automation Builder is an app and will need to be managed through the app store after installation.
Webhooks Integrations
Numerous online and cloud services offer integrations through a path called Webhooks. Webhooks send notifications to a specific web address called the endpoint URL. You can connect the contact form to send an event when the contact form is submitted.
To connect the contact form to another service using Webhooks, you need to create a custom endpoint URL with your desired service and paste it into the Webhooks integration field in the contact form. Once you add a Webhook URL, and the form is submitted, a POST request is sent to the endpoint with the data in the body in JSON format. The following is an example of the JSON data:
{"Submission Date":"06/02/2016 10:23:54","Form Title":"Contact Us","Name":"John Smith","Email":"test@example.com","Phone":"(555).555.1212","Message":"Webhook Form Submission!"}
Create an Endpoint URL
Endpoints are set up on third-party services (for example, Zapier or Slack), or another server that you control. These endpoints are specifically set up to receive notifications from the Webhook.
Integration Ideas
- Zapier. Connect the contact form data to Zapier for unlimited possibilities. Connect with virtually any modern cloud service, including CRMs like Salesforce, Sugar CRM, Zoho and more.
- Slack. A robust messaging app that you can connect to receive notifications as soon as form data is submitted.
- Custom Integration. Create your own custom Webhooks to integrate with the contact form. For example, save submissions into a database or connect to custom apps or third-party services.
Example Webhooks/Endpoint URL Setup on Slack
- In the Slack app, open the main account drop-down, then click Apps & Integrations.
- The slack website opens. In the upper-right corner, click Build.
- Click Make a Custom Integration.
- Select Incoming Webhooks.
- Select an existing channel, or create a new channel where your messages will post to.
- Copy your Webhooks URL.
- Adjust the settings and options to your liking, then click Save Settings.
- Open the Content Form editor and paste your Webhooks URL into Webhooks field.
- Click Done.
Preview your site and submit the contact form to test the integration.
You will receive a message on Slack each time your contact form is submitted.
File Attachments
Files can be attached to submissions by creating a file attachment field in the contact form. Links to uploaded files are available in the form submissions’ download file, as well as in any of the form integrations such as Webhooks and Google Sheets.
- Click a contact form to open the Content editor.
- On the Form Items tab, click Add field, and select File attachment from the Field type drop-down.
- To change the name of the field, type Placeholder text.
- A link to upload files is added to your form.