change divId to containerId in feedback widget embeds

This commit is contained in:
Matthias Nannt
2023-02-12 18:49:54 +01:00
parent 10b92b368c
commit ddc33d309b
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,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

@@ -72,7 +72,7 @@ export function FeedbackButton() {
config: {
formbricksUrl: https://app.formbricks.com",
formId: "abcdefg",
divId: "formbricks-feedback-wrapper",
containerId: "formbricks-feedback-wrapper",
contact: {
name: "Matti",
position: "Co-Founder",

View File

@@ -50,7 +50,7 @@ export default function SetupInstructions({}) {
<code className="language-html whitespace-pre-wrap">{`config: {
hqUrl: "${window.location.protocol}//${window.location.host}",
formId: "${formId}",
divId: "test-div",
containerId: "test-div",
contact: {
name: "Johannes",
position: "Co-Founder",