mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-14 18:54:40 -05:00
change divId to containerId in feedback widget embeds
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user