Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hubspot form to website #120

Open
ahmadabugosh opened this issue Sep 16, 2022 · 4 comments
Open

Add Hubspot form to website #120

ahmadabugosh opened this issue Sep 16, 2022 · 4 comments
Assignees

Comments

@ahmadabugosh
Copy link
Member

Hi team, can you please add this Hubspot form to the website (once it's ready)

<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/v2.js"></script>
<script>
  hbspt.forms.create({
    region: "eu1",
    portalId: "26169779",
    formId: "8bc570d0-106e-4f8f-827c-72bedac3974b",
    version: "V2_PRERELEASE"
  });
</script>
@ahmadabugosh ahmadabugosh self-assigned this Sep 16, 2022
@markoprljic
Copy link
Contributor

@luizakp Can you do this? Or is this done already?

@luizakp
Copy link

luizakp commented Nov 14, 2022

yup I can do this, next time assign me on the issue or add this issue on the project repo so I can do it right away :)

@luizakp
Copy link

luizakp commented Nov 14, 2022

@markoprljic what is this hubspot form exactly?

@ahmadabugosh
Copy link
Member Author

Hey @luizakp, It's this form here: https://share-eu1.hsforms.com/1Uwmw0VEbQkCKA_lwwN9usQfkwqb

The problem is that Hubspot doesn't let you edit the styling much (it just gives you this embed code below):

<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
<script>
  hbspt.forms.create({
    region: "eu1",
    portalId: "26169779",
    formId: "5309b0d1-511b-4240-8a03-f970c0df6eb1"
  });
</script>

Instead of adding this form directly, another solution would be to integrate it with a form service in Next JS and then I can integrate that with Hubspot (maybe a service that either can link with Zapier or that can put the results of your form on a Google sheet)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants