Hi, community! I have a multi-step form implemented on a client's website, also I have an error log where I save locally the data that failed to save on HubSpot. I realized that my log is often showing this error: {error: "TypeError: Failed read more
Hi, @JairoPy 👋 Thanks for reaching out. It may be challenging for the community to troubleshoot this one without having a way to see it in actio...read more
We are considering migrating from Calendly to Hubspot meeting embedding in our apps onboarding flow. However, in order to do so, we need Hubspot API to support two things: Automatically passing in data to calendar form fields Some sort of read more
The Hubspot API does support #2. The trick is to listen for contact.created and contact.updated events and check the request body for the "sourceId"....read more
I'm trying to add hubspot to a NextJS app, I added the script for the forms and I have a demo request form on hubspot as well, I'm sending this request as a post request to the integration API, this is working fine, I also go the hubspot initializat read more
Hi I have a hubspot form I would like to use in an a/b test. We want to test a particular field (phone number) being optional and required. The form currently has it set to optional but I need to use the same form in the a/b test and set the ph read more
Until very recently (approx 13-Mar-2023?), we have been successfully retrieving form submissions via the api URL https://api.hubapi.com/form-integrations/v2/submissions/forms/{form-guid} . To date, those API requests were submitted using a (depr read more
Thanks, Eden. Maybe I should have been clearer: this process was running for 11 months before it suddenly broke over the past weekend. The permissi...read more
Hello! Some users are facing a bug (image bellow) when accessing a hubspot form on this page . It's like if HubSpot was creating new checkbox inputs out of nowhere. We already investigated this problem, but don't found the cause to it. read more
Hey @Jaycee_Lewis , thanks for replying. The only thing in common about users who related this bug, is that they were accessing the page with th...read more
Hey, We have an integration with the meeting iFrame and want to track it as an event in GA4. Tested adding the Google Tag Manager code, but still it's not working properly and not tracking all events in GA4. Do you have any guideline how to imp read more
Hey, @himanshurauthan , I'm not sure if I explained myself correctly 🙂 I was talking about the Book a Meeting iFrame on a websites' contact ...read more
As the title says, contact isn't created when form is submitted with Hubspot user token set. I submitted form data to my HubSpot form using this endpoint. I confirmed I got HubSpot user token which is stored in browser as "hubspotutk" and read more
Hi @egami Thanks for reaching out. Did you get this worked out? If not, we can invite some community members to see if they have any relevant exper...read more
I submitted form data to a HubSpot form using this endpoint. However, error occurred when the form contains company property. My form fields are as follows: ・lastname ・firstname ・email ・phone ・name (Company property) Only "name" whic read more
Hi, @egami 👋 Thanks for your question. One difference in your JSON body example from what the documentation shows is the use of
"objectTypeI...read more
Hi, this is the first time I ask quesitons here. I'm currently developing a SPA (Single Page Application) Web application using Tracking code API and Forms API. <Overview> ・Using tracking code API to identify users and track their pag read more
Hi, @egami 👋 Thanks for reaching out. Hey, @Mike_Eastwood @Teun , can you lend a hand here? Or offer thoughts on other ways to tackle challen...read more
Currently I have set up the new integration using the private app's access token for my craft cms site. The integration seems to be working fine except that the messages from my craft cms form only syncs to hubspot when I log into my craft cms contr read more
Thanks Jaycee_Lewis , I reached out to Formie Support and the sync lag happened because by default any integration jobs for Craft only run when the ...read more
The embed for a form is as such: <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "xxxxx",
formId: "xxxxx"
read more