<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HS Forms + Nuxt 3 Dynamic Issue in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1183868#M43750</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&amp;nbsp;looks like you're using the old form embed code with a new form. The new forms editor embed code is structured like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/PORTALID.js" target="_blank"&gt;https://js.hsforms.net/forms/embed/PORTALID.js&lt;/A&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="FORMID" data-portal-id="PORTALID"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The one with form.create and all that is the legacy forms editor so you'd need to choose that when creating your form. That would only be a temporary fix however as v2.js and the legacy editor will go away at some point.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 09:18:56 GMT</pubDate>
    <dc:creator>TomM2</dc:creator>
    <dc:date>2025-08-01T09:18:56Z</dc:date>
    <item>
      <title>HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1183695#M43741</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We’re using the modern HubSpot form editor to build our forms and are embedding them into our Nuxt 3 project. We’ve created a reusable form component that accepts portalId and formId as props. This component is used across various dynamic pages, and in some cases, we render multiple forms on a single page. The embed script (&lt;A href="https://js.hsforms.net/forms/embed/v2.js" target="_blank" rel="noopener nofollow noreferrer"&gt;https://js.hsforms.net/forms/embed/v2.js&lt;/A&gt;) is added globally to our Nuxt config. On component mount, we check whether the script is already loaded; if not, we inject it. Once window.hbspt.forms is available, we call hbspt.forms.create() with the respective parameters: target, region, portalId, and formId.&lt;BR /&gt;The forms generally render successfully. However, we receive the following error:&lt;BR /&gt;&lt;BR /&gt;{"status":"error","message":"You cannot fetch this type of form using this endpoint. Not an Embed version 2 or 3 form","correlationId":"5240f2dc-32a1-4522-b277-d68016b650a2"}&lt;BR /&gt;&lt;BR /&gt;We’d like to understand what causes this issue. Are there limitations with certain forms, even if they’re built with the modern editor, that prevent them from being embedded this way? Please let us know if you require more technical details or sample form IDs to assist in your investigation.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 21:43:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1183695#M43741</guid>
      <dc:creator>Mork</dc:creator>
      <dc:date>2025-07-31T21:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1183868#M43750</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&amp;nbsp;looks like you're using the old form embed code with a new form. The new forms editor embed code is structured like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/PORTALID.js" target="_blank"&gt;https://js.hsforms.net/forms/embed/PORTALID.js&lt;/A&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="FORMID" data-portal-id="PORTALID"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The one with form.create and all that is the legacy forms editor so you'd need to choose that when creating your form. That would only be a temporary fix however as v2.js and the legacy editor will go away at some point.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 09:18:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1183868#M43750</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-08-01T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184090#M43756</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Welcome to the Community!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It sounds like you’re embedding HubSpot forms in your Nuxt 3 project with a reusable component and the standard embed script, but you’re getting an error that some forms can’t be loaded this way, even though they were made with the modern editor.&lt;BR /&gt;&lt;BR /&gt;Since I've never seen an error like this before I'd like to tag in some of our Community Champions to take a look - &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/64119"&gt;@matt_scott&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72866"&gt;@Jake_Lett&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/154936"&gt;@BukunmiOdetayo&lt;/a&gt;&lt;/SPAN&gt; Do you have any ideas?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;-Cassie&amp;nbsp;&lt;BR /&gt;Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 16:06:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184090#M43756</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-08-01T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184116#M43758</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes we're using the modern builder not the legacy. And exmaple of the form ebed codes HS is giving us is:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/3368315.js" target="_blank" rel="noopener"&gt;https://js.hsforms.net/forms/embed/3368315.js&lt;/A&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="96f103c2-e375-4ce6-80b7-51f6039ee2ae" data-portal-id="3368315"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is how we are currently embeding the forms and it's the latest method mentioned in docs&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#add-the-form-embed-code" target="_blank" rel="noopener nofollow noreferrer"&gt;https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#add-the-form-embed-code&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;:&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/v2.js" target="_blank" rel="noopener nofollow noreferrer"&gt;https://js.hsforms.net/forms/embed/v2.js&lt;/A&gt;" async&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt;:&lt;BR /&gt;&amp;lt;div id="TARGET_ID"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;JavaScript&lt;/STRONG&gt;:&lt;BR /&gt;window.hbspt.forms.create({&lt;BR /&gt;target: "#TARGET_ID",&lt;BR /&gt;region: REGION,&lt;BR /&gt;portalId: PORTAL_ID,&lt;BR /&gt;formId: FORM_ID,&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;forms are embeding fine (attached the forms render) but we receive the error (screenshot attached) in the console for the same form.&lt;BR /&gt;And this is the other option to embed forms which works well and doesn't gives the error. but we can't embed multiple forms with it as it doesn't gives us the option to create and inject forms by passing TARGET_ID, REGION, PORTAL_ID, and FORM_ID&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/PORTAL_ID.js" target="_blank" rel="noopener nofollow noreferrer"&gt;https://js.hsforms.net/forms/embed/PORTAL_ID.js&lt;/A&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="FORM_ID" data-portal-id="PORTAL_ID"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Form error.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152299i7D7677DABAE451B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Form error.png" alt="Form error.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Form.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/152300iDB6DEAE9DCEC3FA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Form.png" alt="Form.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:06:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184116#M43758</guid>
      <dc:creator>Mork</dc:creator>
      <dc:date>2025-08-01T17:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184118#M43759</link>
      <description>&lt;P&gt;Hi Tom,&lt;BR /&gt;&lt;BR /&gt;That's not the case. We're using the modern form builder and the embed code you provided is what we have:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;A href="https://js.hsforms.net/forms/embed/3368315.js" target="_blank" rel="noopener"&gt;https://js.hsforms.net/forms/embed/3368315.js&lt;/A&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="96f103c2-e375-4ce6-80b7-51f6039ee2ae" data-portal-id="3368315"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is how we are currently embeding the forms and it's the latest method mentioned in docs&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code" target="_blank" rel="noopener noreferrer"&gt;https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#add-the-form-embed-code" target="_blank" rel="noopener noreferrer"&gt;https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site#add-...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A href="https://js.hsforms.net/forms/embed/v2.js" target="_blank" rel="noopener nofollow noreferrer"&gt;https://js.hsforms.net/forms/embed/v2.js&lt;/A&gt;&lt;SPAN&gt;" async&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div id="TARGET_ID"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;JavaScript&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;window.hbspt.forms.create({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;target: "#TARGET_ID",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;region: REGION,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;portalId: PORTAL_ID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;formId: FORM_ID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;forms are embeding fine (attached the forms render) but we receive the error (screenshot attached) in the console for the same form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And this is the other option to embed forms which works well and doesn't gives the error. but we can't embed multiple forms with it as it doesn't gives us the option to create and inject forms by passing TARGET_ID, REGION, PORTAL_ID, and FORM_ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A href="https://js.hsforms.net/forms/embed/PORTAL_ID.js" target="_blank" rel="noopener nofollow noreferrer"&gt;https://js.hsforms.net/forms/embed/PORTAL_ID.js&lt;/A&gt;&lt;SPAN&gt;" defer&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div class="hs-form-frame" data-region="na1" data-form-id="FORM_ID" data-portal-id="PORTAL_ID"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:05:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184118#M43759</guid>
      <dc:creator>Mork</dc:creator>
      <dc:date>2025-08-01T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184420#M43771</link>
      <description>&lt;P&gt;Regarding the 403 error, we had this issue within or Sitefinity CMS and HubSpot forms. Configuring the HTTP security headers fixed our issue. Do you know if your Nuxt app is served from a domain that's behind a firewall, or if you're using any content security policies?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 22:09:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1184420#M43771</guid>
      <dc:creator>FaramarKolivand</dc:creator>
      <dc:date>2025-08-02T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1185591#M43815</link>
      <description>&lt;P&gt;Still getting the same error, after configuring the HTTP security headers unfortunately.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 04:20:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1185591#M43815</guid>
      <dc:creator>Mork</dc:creator>
      <dc:date>2025-08-06T04:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1186640#M43840</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&amp;nbsp;I think the issue is that the documentation there is outdated, it outlines the old form embed code too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/728248"&gt;@CommunityTeam&lt;/a&gt;&amp;nbsp;Could you confirm with the forms team if it's expected that embed code customisations work with the new embed code?&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code" target="_blank"&gt;https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 13:28:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1186640#M43840</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-08-08T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1186816#M43843</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;I will reach out to our team on this and get back to you!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cassie, Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 21:04:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1186816#M43843</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-08-08T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1188265#M43877</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&amp;nbsp;have you seen the global form events articled linked in the "help" dropdown in the new forms editor? Think this is what you're looking for:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/guides/api/marketing/forms/global-form-events" target="_blank"&gt;https://developers.hubspot.com/docs/guides/api/marketing/forms/global-form-events&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 14:05:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1188265#M43877</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-08-13T14:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: HS Forms + Nuxt 3 Dynamic Issue</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1194918#M44009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973479"&gt;@Mork&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;&amp;nbsp;-- I was able to hear back from the Products team on this one.&lt;BR /&gt;&lt;BR /&gt;To answer your question:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The New forms customization will &lt;STRONG&gt;not&lt;/STRONG&gt; work in the same way specified in the &lt;A href="https://developers.hubspot.com/docs/guides/cms/content/forms#using-the-form-embed-code" target="_blank" rel="noopener"&gt;Developer Doc here&lt;/A&gt; for old forms.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For documentation on the new form customization you can refer to the Doc here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/reference/cms/forms/forms" target="_blank"&gt; https://developers.hubspot.com/docs/reference/cms/forms/forms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any other questions!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Cassie, Community Manager&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 18:40:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HS-Forms-Nuxt-3-Dynamic-Issue/m-p/1194918#M44009</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-08-29T18:40:52Z</dc:date>
    </item>
  </channel>
</rss>

