Next.js Discord

Discord Forum

How to render HubSpot form

Unanswered
Schneider’s Smooth-fronted Caima… posted this in #help-forum
Open in Discord
Schneider’s Smooth-fronted CaimanOP
I have thirds party script in HubSpot and Srtipe pricing table that it needed to be embed. It was in a Richtext field from Prismic but the forms didn't show up unless I had to refresh the page.

Maybe it needs to be in the client server without in a Richtext field?
It would be great if anyone could help.

<div className={`${styles.columnRight}0`}>
        <div className={`px-10`}>
          <div
            dangerouslySetInnerHTML={{
              __html: asText(slice.primary.hubspotcontactusform),
            }}
          />
        </div>
      </div>

0 Replies