I am building a website with Nextjs + Prismic and I embedded the HS contact form, but the form loads very slowly, and sometimes it doesn’t load at all. I would like your opinion and suggestions on how to solve this issue. Thank you in advance!
Have you already tried reviewing the network requests in your browser's developer tools? It can provide insights into any delays or failures in loading the HubSpot form script. This can indicate whether the problem is network-related or due to the way the script is integrated into your Next.js application. Sharing any errors or warnings you find can help our community better understand the underlying issue.