How the forms show up in inventrome website

Hi @sheharyark62,
To embed the HubSpot form in your code just enter the below code snippet in your html code and it will work:

<!--[if lte IE 8]>

<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>

<![endif]-->

<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>

<script>

hbspt.forms.create({

portalId: "4801849",

formId: "b021b49f-c504-4b1d-ad2b-1bb9e587287c"

});

</script>

Note: The above form will not show up when you open your index.html file in chrome, but it will work when you make it live on the server. You can try it out over here https://www.hostatic.com/

So what you can do here: You can make a div on left side of the page with specific width and then add the form code snippet inside the div.

Please refer to this link for detailed information.
https://beacon.by/bolt-iot/assured-internship-web-development-training-a.

Regards,
Gaunisha Gaanavi G