Hi Phil,
It was a Rich Text Field in a slice.
<div
dangerouslySetInnerHTML={{
__html: asText(slice.primary.hubspotcontactusform),
}}
/>
`I believe this is the best way to embed a script.
Hi Phil,
It was a Rich Text Field in a slice.
<div
dangerouslySetInnerHTML={{
__html: asText(slice.primary.hubspotcontactusform),
}}
/>
`I believe this is the best way to embed a script.