From 66d9cc8eaccea5d67c369cf96f0bb98a3b6c400f Mon Sep 17 00:00:00 2001 From: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:32:01 +0530 Subject: [PATCH] chore: adds docs for min browser version support (#7014) --- .../website-app-surveys/quickstart.mdx | 40 ++++++++++++++----- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx b/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx index 6c9a8250aa..ab9b2335ad 100644 --- a/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx +++ b/docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx @@ -59,18 +59,36 @@ sidebarTitle: "Quickstart" - - Publish the survey to make it available for the SDK to pull into the website or app where you want to show it. - + + Publish the survey to make it available for the SDK to pull into the website or app where you want to show + it. + + + + For better scalability, we cache the request the SDK makes to the server. This allows you to use Formbricks + on websites with millions of visitors without high hosting cost. + + **Important**: Any changes to surveys, action classes, project settings, or environment configuration will + take **up to 1 minute** to reflect in your app/website due to server-side caching. This includes survey + modifications, new triggers, styling changes, and other updates. + + For troubleshooting, you can enable [Debug + Mode](/xm-and-surveys/surveys/website-app-surveys/framework-guides#activate-debug-mode) to see detailed logs + in your browser console. + + + + Formbricks is designed to work with all modern browsers. Please ensure your users are using a supported version: + + | Browser | Minimum Version | Release Date | + | :--- | :--- | :--- | + | **Chrome** | 111+ | March 2023 | + | **Edge** | 111+ | March 2023 | + | **Firefox** | 128+ | July 2024 | + | **Safari** | 16.4+ | March 2023 | + + *Internet Explorer is not supported.* - - For better scalability, we cache the request the SDK makes to the server. This allows you to use Formbricks on websites with millions of visitors without high hosting cost. - - - **Important**: Any changes to surveys, action classes, project settings, or environment configuration will take **up to 1 minute** to reflect in your app/website due to server-side caching. This includes survey modifications, new triggers, styling changes, and other updates. - - - For troubleshooting, you can enable [Debug Mode](/xm-and-surveys/surveys/website-app-surveys/framework-guides#activate-debug-mode) to see detailed logs in your browser console.