I’m new to Zapier and trying to figure out how to pass checkbox values from the Webflow Form to Hubspot. Need your support with this.
So I have a form created in Hubspot and by filling a Webflow Form I want to create a new form submission in Hubspot. It works for inputs but Webflow Form also has two checkboxes - marketing agreement and agreement with the privacy policy and I don't know how to pass checkboxes value (true/false) to the Hubspot Form submission.
Right now the HubSpot API does not support all fields for the new form entry. This is a known issue that the HubSpot team is working on.
In the meantime, if you make a list in HubSpot that is keyed off of the form submission, and then change your Zapier trigger to be the "New Contact in List" trigger, you'll have access to the entire contact profile in the action. This will solve the problem until we can get a better form submission trigger in there.
If you have a multi-select field in Hubspot, you can map data to it by putting a ; in between the options. For example, it would look like this:
That would result in more than one option being selected on the Hubspot side. Note that the data you pass to Hubspot has to exactly match the option in Hubspot, including punctuation and capital letters.
Thanks for the answer! In my case there are simply true/false values. For example, when user fills the WF form and tick “I want to receive marketing information” checkbox, I want to pass value “true” to the form submission in a Hubspot.
I’ve checked links you shared and I’m not sure that it might work in my case?..
Checkboxes have a true/false values (Data Accept Privacy Policy and Data Marketing Agreement)
But I don’t know where I should pass this value, the form in Hubspot as well has two checkboxes but I can’t see them in Zapier to put values into them :/
Right now the HubSpot API does not support all fields for the new form entry. This is a known issue that the HubSpot team is working on.
In the meantime, if you make a list in HubSpot that is keyed off of the form submission, and then change your Zapier trigger to be the "New Contact in List" trigger, you'll have access to the entire contact profile in the action. This will solve the problem until we can get a better form submission trigger in there.