mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-05 02:58:36 -06:00
Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
22 lines
698 B
HTML
22 lines
698 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/js/formbricks.umd.cjs");
|
|
var e = document.getElementsByTagName("script")[0];
|
|
e.parentNode.insertBefore(t, e),
|
|
setTimeout(function () {
|
|
formbricks.init({
|
|
environmentId: "cm4tqiyd2000fibzprjfhsny2",
|
|
userId: "RANDOM_USER_ID",
|
|
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>
|