mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-16 23:53:36 -05:00
34 lines
906 B
HTML
34 lines
906 B
HTML
<head>
|
|
<script src="./dist/index.umd.js" charset="UTF-8" defer></script>
|
|
<script>
|
|
window.formbricks = {
|
|
...window.formbricks,
|
|
config: {
|
|
formbricksUrl: "http://localhost:3000",
|
|
formId: "clcxavrfm0006yz11frfb0ms2",
|
|
contact: {
|
|
name: "Peer",
|
|
position: "Co-Founder",
|
|
imgUrl: "https://avatars.githubusercontent.com/u/8019099?v=4",
|
|
},
|
|
customer: {
|
|
id: "test@cal.com",
|
|
name: "Test Customer",
|
|
email: "test@cal.com",
|
|
},
|
|
style: {
|
|
brandColor: "#0E1420",
|
|
headerBGColor: "#E5E7EB",
|
|
headerTitleColor: "#4B5563",
|
|
boxBGColor: "#F9FAFB",
|
|
textColor: "#374151",
|
|
buttonHoverColor: "#F3F4F6",
|
|
},
|
|
},
|
|
};
|
|
</script>
|
|
</head>
|
|
<body style="background-color: #ccc">
|
|
<button data-formbricks-button>Open</button>
|
|
</body>
|