mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 13:48:58 -05:00
74829183ea
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com> Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com> Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
21 lines
659 B
HTML
21 lines
659 B
HTML
<head>
|
|
<script type="text/javascript">
|
|
!(function () {
|
|
var t = document.createElement("script");
|
|
(t.type = "text/javascript"), (t.async = !0), (t.src = "http://localhost:3000/api/packages/js-core");
|
|
var e = document.getElementsByTagName("script")[0];
|
|
e.parentNode.insertBefore(t, e),
|
|
setTimeout(function () {
|
|
formbricks.init({
|
|
environmentId: "cluqpv56n00lbxl3f8xvytyog",
|
|
apiHost: "http://localhost:3000",
|
|
});
|
|
}, 500);
|
|
})();
|
|
</script>
|
|
</head>
|
|
|
|
<body style="background-color: #fff">
|
|
<p>This is my sample page using the Formbricks JS javascript widget</p>
|
|
</body>
|