Created
September 11, 2015 11:42
-
-
Save cintrzyk/a64d8a7e21fb884cbc70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Title of the document</title> | |
</head> | |
<body> | |
<div id='first'> | |
</div> | |
<div id='second'> | |
</div> | |
<!--[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" src="http://js.hsforms.net/forms/v2.js" type="text/javascript"></script> | |
<script> | |
hbspt.forms.create({ | |
portalId: '1584879', | |
formId: '44e87361-3ec8-44c8-ac04-d8f11656a2eb', | |
target: '#first' | |
}); | |
hbspt.forms.create({ | |
portalId: '1584879', | |
formId: '3418e0e5-e7eb-4f8a-9bcd-fe1b5f231ac1', | |
target: '#second' | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment