mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-17 09:51:14 -05:00
33 lines
841 B
HTML
33 lines
841 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: "clcg4dewt0000yz267be5rya6",
|
|
contact: {
|
|
name: "Jonathan",
|
|
position: "Co-Founder",
|
|
imgUrl: "https://avatars.githubusercontent.com/u/41432658?v=4",
|
|
},
|
|
customer: {
|
|
id: "test@crowd.dev",
|
|
name: "Test Customer",
|
|
email: "test@crowd.dev",
|
|
},
|
|
style: {
|
|
brandColor: "#e94f2e",
|
|
headerBGColor: "#F9FAFB",
|
|
boxBGColor: "#ffffff",
|
|
textColor: "#140505",
|
|
buttonHoverColor: "#F9FAFB",
|
|
},
|
|
},
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<button data-formbricks-button>Feedback</button>
|
|
</body>
|