mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 00:49:42 -06:00
chore: adds vercel style guide to docs app (#4561)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MdxImage } from "@/components/MdxImage";
|
||||
import { MdxImage } from "@/components/mdx-image";
|
||||
|
||||
import AddModule from "./add-module.webp";
|
||||
import CreateNewScenario from "./create-new-scenario.webp";
|
||||
@@ -27,8 +27,7 @@ export const metadata = {
|
||||
Make is a powerful tool to send information between Formbricks and thousands of apps. Here's how to set it up.
|
||||
|
||||
<Note>
|
||||
Nailed down your survey?? Any changes in the survey cause additional work in the _Scenario_. It makes sense
|
||||
to first settle on the survey you want to run and then get to setting up Make.
|
||||
Nailed down your survey?? Any changes in the survey cause additional work in the _Scenario_. It makes sense to first settle on the survey you want to run and then get to setting up Make.
|
||||
</Note>
|
||||
|
||||
## Step 1: Setup your survey incl. `questionId` for every question
|
||||
@@ -45,8 +44,7 @@ Set up the `questionId`s of your survey questions before publishing.
|
||||
_Update the Question ID field in every question card under Advanced Settings._
|
||||
|
||||
<Note>
|
||||
### Already published? Duplicate survey You can only update the questionId before publishing the survey. If
|
||||
already published, simply duplicate it.
|
||||
### Already published? Duplicate survey You can only update the questionId before publishing the survey. If already published, simply duplicate it.
|
||||
<MdxImage
|
||||
src={DuplicateSurvey}
|
||||
alt="Duplicate Survey"
|
||||
|
||||
Reference in New Issue
Block a user