mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-17 18:02:40 -05:00
35 lines
905 B
HTML
35 lines
905 B
HTML
<head>
|
|
<script src="./dist/index.umd.js" charset="UTF-8" defer></script>
|
|
<script>
|
|
window.formbricks = {
|
|
...window.formbricks,
|
|
config: {
|
|
hqUrl: "http://localhost:3000",
|
|
formId: "clcovbccf000019uss1gyqufg",
|
|
contact: {
|
|
name: "Mikael",
|
|
position: "Co-Founder",
|
|
imgUrl: "https://avatars.githubusercontent.com/u/33556500?v=4",
|
|
},
|
|
customer: {
|
|
id: "test@cal.com",
|
|
name: "Test Customer",
|
|
email: "test@cal.com",
|
|
},
|
|
style: {
|
|
brandColor: "#c3986b",
|
|
headerBGColor: "#1d1d1f",
|
|
headerTitleColor: "#ffffff",
|
|
boxBGColor: "#ffffff",
|
|
textColor: "#374151",
|
|
buttonHoverColor: "#EEEEF5",
|
|
borderRadius: "4px",
|
|
},
|
|
},
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<button data-formbricks-button>Feedback</button>
|
|
</body>
|