diff --git a/apps/docs/app/app-surveys/advanced-targeting/page.mdx b/apps/docs/app/app-surveys/advanced-targeting/page.mdx index cca8f9bbba..57b90b3bb6 100644 --- a/apps/docs/app/app-surveys/advanced-targeting/page.mdx +++ b/apps/docs/app/app-surveys/advanced-targeting/page.mdx @@ -1,4 +1,5 @@ import { MdxImage } from "@/components/MdxImage"; +import { ResponsiveVideo } from "@/components/ResponsiveVideo"; import GermansGpt from "./germans-gpt.webp"; import Hni from "./hni.webp"; @@ -18,13 +19,9 @@ export const metadata = { Advanced Targeting allows you to show surveys to the right group of people. You can target surveys based on user attributes, user events, and more instead of spraying and praying. This helps you get more relevant feedback and make data-driven decisions. All of this without writing a single line of code. - + + ## How to setup Advanced Targeting diff --git a/apps/docs/app/best-practices/cancel-subscription/page.mdx b/apps/docs/app/best-practices/cancel-subscription/page.mdx index 205263a8e6..4ef37eeeb0 100644 --- a/apps/docs/app/best-practices/cancel-subscription/page.mdx +++ b/apps/docs/app/best-practices/cancel-subscription/page.mdx @@ -41,8 +41,8 @@ To run the Churn Survey in your app you want to proceed as follows: 4. Prevent that churn! - ## Formbricks Widget running? We assume that you have already installed the Formbricks Widget in your web - app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide + ## Formbricks Widget running? + We assume that you have already installed the Formbricks Widget in your web app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide (takes 15mins max.)](/app-surveys/quickstart) diff --git a/apps/docs/app/best-practices/feature-chaser/page.mdx b/apps/docs/app/best-practices/feature-chaser/page.mdx index 59ce6d6be7..fbad12afd5 100644 --- a/apps/docs/app/best-practices/feature-chaser/page.mdx +++ b/apps/docs/app/best-practices/feature-chaser/page.mdx @@ -38,8 +38,8 @@ To run the Feature Chaser survey in your app you want to proceed as follows: 2. Setup a user action to display survey at the right point in time - ## Formbricks Widget running? We assume that you have already installed the Formbricks Widget in your web - app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide + ## Formbricks Widget running? + We assume that you have already installed the Formbricks Widget in your web wapp. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide (takes 15mins max.)](/app-surveys/quickstart) diff --git a/apps/docs/app/best-practices/improve-trial-cr/page.mdx b/apps/docs/app/best-practices/improve-trial-cr/page.mdx index edf065c164..c1f4381e19 100644 --- a/apps/docs/app/best-practices/improve-trial-cr/page.mdx +++ b/apps/docs/app/best-practices/improve-trial-cr/page.mdx @@ -38,8 +38,8 @@ To display the Trial Conversion Survey in your app you want to proceed as follow 3. Print that πŸ’Έ - ## Formbricks Widget running? We assume that you have already installed the Formbricks Widget in your web - app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide + ## Formbricks Widget running? + We assume that you have already installed the Formbricks Widget in your web app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide (takes 15mins max.)](/app-surveys/quickstart) diff --git a/apps/docs/app/best-practices/interview-prompt/page.mdx b/apps/docs/app/best-practices/interview-prompt/page.mdx index 445d8bc804..b19e57ca67 100644 --- a/apps/docs/app/best-practices/interview-prompt/page.mdx +++ b/apps/docs/app/best-practices/interview-prompt/page.mdx @@ -44,9 +44,8 @@ To display an Interview Prompt in your app you want to proceed as follows: ## Formbricks Widget running? - We assume that you have already installed the Formbricks Widget in your web - app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide - (15mins).](/app-surveys/quickstart) + We assume that you have already installed the Formbricks Widget in your web app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide + (15mins).](/app-surveys/quickstart) ### 1. Create new Interview Prompt diff --git a/apps/docs/app/best-practices/pmf-survey/page.mdx b/apps/docs/app/best-practices/pmf-survey/page.mdx index a1365ae147..4e63bcf52a 100644 --- a/apps/docs/app/best-practices/pmf-survey/page.mdx +++ b/apps/docs/app/best-practices/pmf-survey/page.mdx @@ -37,8 +37,8 @@ To display the Product-Market Fit survey in your app you want to proceed as foll 3. Setup the user action to display survey at good point in time - ## Formbricks Widget running? We assume that you have already installed the Formbricks Widget in your web - app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide + ## Formbricks Widget running? + We assume that you have already installed the Formbricks Widget in your web app. It’s required to display messages and surveys in your app. If not, please follow the [Quick Start Guide (15mins).](/app-surveys/quickstart) diff --git a/apps/docs/app/developer-docs/webhooks/page.mdx b/apps/docs/app/developer-docs/webhooks/page.mdx index 12221092d4..27ce515b3e 100644 --- a/apps/docs/app/developer-docs/webhooks/page.mdx +++ b/apps/docs/app/developer-docs/webhooks/page.mdx @@ -59,6 +59,6 @@ That’s it! Your webhooks will not start receiving data as soon as it arrives! className="max-w-full rounded-lg sm:max-w-3xl" /> -- API: Use our documented methods on Creation, List, & Deletion endpoints of the Webhook API mentioned here: https://documenter.getpostman.com/view/11026000/2sA3Bq5XEh#62e6ec65-021b-42a4-ac93-d1434b393c6c +- API: Use our documented methods on Creation, List, & Deletion endpoints of the Webhook API mentioned in the [Postman Documenter](https://documenter.getpostman.com/view/11026000/2sA3Bq5XEh#62e6ec65-021b-42a4-ac93-d1434b393c6c) --- diff --git a/apps/docs/app/global/multi-language-surveys/page.mdx b/apps/docs/app/global/multi-language-surveys/page.mdx index 7786d7aba9..b11383f482 100644 --- a/apps/docs/app/global/multi-language-surveys/page.mdx +++ b/apps/docs/app/global/multi-language-surveys/page.mdx @@ -1,5 +1,6 @@ import { MdxImage } from "@/components/MdxImage"; +import { ResponsiveVideo } from "@/components/ResponsiveVideo"; import AddLanguageInSurvey from "./add-language-in-survey.webp"; import AddLanguages from "./add-languages.webp"; import EditMultiLang from "./edit-multi-lang.webp"; @@ -31,13 +32,9 @@ How to deliver a specific language depends on the survey type (app or link surve details on the Formbricks Cloud. - + + --- diff --git a/apps/docs/app/introduction/how-it-works/page.mdx b/apps/docs/app/introduction/how-it-works/page.mdx index 94b1fb5ca4..80e88fa5c8 100644 --- a/apps/docs/app/introduction/how-it-works/page.mdx +++ b/apps/docs/app/introduction/how-it-works/page.mdx @@ -7,27 +7,25 @@ import Trigger from "./trigger.webp"; import { MdxImage } from "@/components/MdxImage"; export const metadata = { - title: "Inside Look: Formbricks In-Product Micro-Surveys", + title: "Formbricks Components Overview", description: - "Unlock the full potential of Formbricks: From intuitive form-building and event-based triggers to effortless integrations and deep analytics. Master the art of in-product surveys for your SaaS or digital platform.", + "Formbricks is broadly composed of four components: An open source form builder, targeting & triggers, integrations and analytics & insights.", }; #### Introduction # How Formbricks works -Formbricks is a powerful platform designed to help you create and manage in-product micro-surveys for SaaS and digital products. Here is an overview: +Formbricks is broadly composed of four elements, which enable gathering, analyzing and reporting of experience data: -### Four components - -1. **Form Builder**: Create and customize your surveys with a user-friendly, no-code interface. -2. **Targeting & Triggers**: Define specific user segments and set event-based triggers to display your surveys to the right users at the right time. -3. **Integration**: Seamlessly integrate Formbricks into your web or mobile application using the provided SDKs or the HTML snippet. +1. **Survey builder**: Create and customize your surveys with a user-friendly, no-code interface. +2. **Targeting & Triggers**: Define user segments based on attributes and set event-based triggers to display your surveys to the right users at the right time. +3. **Integrations**: Seamlessly integrate Formbricks with your current stack using the provided SDKs, native integrations or open APIs. 4. **Analytics & Insights**: Analyze user responses and gain actionable insights to make informed product decisions. -## Form Builder +## Survey builder -The Form Builder is where you create and customize your micro-surveys. With its intuitive drag-and-drop interface, you can easily add different question types, set response options, and apply your branding to the survey forms. The Form Builder allows you to preview your survey in real-time, ensuring it looks and feels perfect for your users. +The survey builder is where you create and customize your surveys. With its intuitive drag-and-drop interface, you can easily add different question types, set response options, and apply your branding to the survey forms. The survey builder allows you to preview your survey in real-time, ensuring it looks and feels perfect for your users.