Hi HubSpot Community, I’m embedding a HubSpot form in my React app using the embed script method like this: <Script src="https://js-eu1.hsforms.net/forms/embed/26086350.js" strategy="lazyOnload" />
<div
className="hs-fo read more
Hey there 👋 Great question—and yes, you’re definitely running into the quirks that come with embedding HubSpot forms in React environments (es...read more
I use HubSpot forms on my WordPress website. My SEO software is giving me a negative score for JavaScript below JavaScript file as it is 534.3 kB in size. https://js-na2.hsforms.net/forms/embed/v2.js?ver=11.3.6 My questions are: Is t read more
You can do the javascript file to load asynchronously and defer loading the script until after the page has fully loaded, or even delay it slightly...read more
Hi, Accroding to the discussion in this thread: https://community.hubspot.com/t5/APIs-Integrations/How-to-reset-client-secret/m-p/271360/highlight/t... it looks like we cannot rotate the client secret oursleves. And the Hubspot team can read more
My AI agent is failing to return information based on the meeting start time on the disguise that it doesn't have access. Which is false, can anyone advise? " To investigate, I have just checked the fundamental properties that I am allowed to acce read more
I’m working on a public app in my developer portal and need to build a UI Extension (sidebar panel). I don’t see the UI Extension menu — can you enable the beta for my app or portal? ID: 15755966
Thank you for following up! When I click "Join the Beta" I'm led to a page that says "product page no longer exists" and the UI Extensions section di...read more
When going throuhg Selective Sync article ( https://www.hubspot.com/salesforce-selective-sync ), it mentions that cloning the System Administrator profile in Salesforce is the best approach. The article HubSpot has available instruct to remove "Modi read more
I run 247JobInCanada a niche job board, and I’m looking to streamline how job application data flows into HubSpot. We get dozens of submissions daily, and I'd like to automatically push applicant info into our CRM. Has anyone integrated external read more
I hope that the endpoint to retrieve all contacts whose subscription status changed during a specific period can be re-online in the new release. it was in V1 release version, but in the new released version, the function is removed. Since co read more
Hey @JHu85 👋 the best place for this type of feedback is the Developer Feedback Form . While it is not a support form or a form where you'l...read more
Not sure if there is something I'm missing, but it appears the "Webhook Trigger" in workflows does not work with JotForm "Webhook" integration function. Within Jotform, you can set an integration point to POST to a webhook URL on form submission read more
I haven't had any issue with trigger a webhook from an external service. I just tested with my Jotform account and was able to webhook into a Wor...read more
I'm implementing an OAuth flow for my public app. Currently, after clicking on the install url, the connecting page would send a request to my API endpoint to handle the incoming payload (including the code), and after handling the body, my endpoint read more
Please go through this documentation to install the app: HubSpot OAuth Quickstart Guide After installation, you will receive a code in the redirec...read more
Hi there I originally set up a Hubspot account in my old company name. I rebranded earlier this year and everything is now connected to Sukses Today as it should be. I would like to create a second free account that I can use to demo Hubspot to my read more
Hi @SStocks , You can go through with this conversation https://community.hubspot.com/t5/CRM/Delete-account-and-create-new-one-with-same-email-addr...read more
I am running into what appears to be a timing issue with the calculate property hs_v2_date_entered_{stage_id_x} I have a deal with "hs_v2_date_entered_{stage_id_x}":"2025-07-07T14:34:40.199Z"} and it happens to be in the specific stage I need read more
I calculate the date by getting the current unit time stamp in milliseconds and then subtract 40 minutes. I then used the exact value run when it...read more