mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-25 00:58:48 -06:00
docs: Release test environment docs (#4842)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
@@ -136,7 +136,8 @@
|
||||
},
|
||||
"xm-and-surveys/core-features/user-management",
|
||||
"xm-and-surveys/core-features/styling-theme",
|
||||
"xm-and-surveys/core-features/email-customization"
|
||||
"xm-and-surveys/core-features/email-customization",
|
||||
"xm-and-surveys/core-features/test-environment"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
39
docs/xm-and-surveys/core-features/test-environment.mdx
Normal file
39
docs/xm-and-surveys/core-features/test-environment.mdx
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: "Test Environment"
|
||||
icon: "code"
|
||||
description: "Each project on Formbricks has two environments: a test environment and a production environment. The test environment is used to test your surveys through before they are sent out to your customers."
|
||||
---
|
||||
|
||||
To clearly separate between test and production data, Formbricks provides two different environments for each project. These environments are completely independent of each other **incl. API keys, project configuration and environment Id's** used for connecting Formbricks to run in-product surveys.
|
||||
|
||||
## Toggle between environments
|
||||
|
||||
You can toggle between environments by clicking the environment name in the top right corner of the Formbricks app:
|
||||
|
||||

|
||||
|
||||
### Dev Environment (Testing)
|
||||
|
||||
The test environment is used to test your project before it goes live in the production environment. If you see an orange banner at the top, you are currently in the test environment:
|
||||
|
||||

|
||||
|
||||
### Production Environment
|
||||
|
||||
The production environment is used to serve your surveys to your respondents.
|
||||
|
||||
## Copy surveys between environments
|
||||
|
||||
<Steps>
|
||||
<Step title="Click More Actions">
|
||||
Click on the "More actions" button of a survey in the survey list
|
||||
|
||||

|
||||
</Step>
|
||||
|
||||
<Step title="Select Target Environment">
|
||||
Choose which environment you want to copy the survey to
|
||||
|
||||

|
||||
</Step>
|
||||
</Steps>
|
||||
Reference in New Issue
Block a user