formbricks-app: change divId to containerId in feedback widget embeds

This commit is contained in:
Matthias Nannt
2023-02-12 19:03:46 +01:00
parent ddc33d309b
commit fb82e92471
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ export default function Demo() {
config: {
hqUrl: process.env.NEXT_PUBLIC_FORMBRICKS_URL,
formId: process.env.NEXT_PUBLIC_FORMBRICKS_FORM_ID,
divId: "formbricks-container",
containerId: "formbricks-container",
contact: {
name: "Matti",
position: "Co-Founder",

View File

@@ -44,7 +44,7 @@ export function FeedbackButton() {
config: {
hqUrl: process.env.NEXT_PUBLIC_FORMBRICKS_URL,
formId: process.env.NEXT_PUBLIC_FORMBRICKS_FORM_ID,
divId: "formbricks-feedback-wrapper",
containerId: "formbricks-feedback-wrapper",
contact: {
name: "Matti",
position: "Co-Founder",

View File

@@ -6,7 +6,7 @@
config: {
hqUrl: "http://localhost:3000",
formId: "clcxavrfm0006yz11frfb0ms2",
divId: "test-div",
containerId: "test-div",
contact: {
name: "Peer",
position: "Co-Founder",