mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 11:11:05 -05:00
formbricks-app: change divId to containerId in feedback widget embeds
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
config: {
|
||||
hqUrl: "http://localhost:3000",
|
||||
formId: "clcxavrfm0006yz11frfb0ms2",
|
||||
divId: "test-div",
|
||||
containerId: "test-div",
|
||||
contact: {
|
||||
name: "Peer",
|
||||
position: "Co-Founder",
|
||||
|
||||
Reference in New Issue
Block a user