mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 06:41:45 -05:00
5c265aacb9
Co-authored-by: ShubhamPalriwala <spalriwalau@gmail.com>
89 lines
3.2 KiB
Plaintext
89 lines
3.2 KiB
Plaintext
import { MdxImage } from "@/components/MdxImage";
|
||
|
||
import HomePage from "./home-page.webp";
|
||
import SurveyPublished from "./survey-published.webp";
|
||
import SurveyQuestions from "./survey-questions.webp";
|
||
import SurveyResponseOptions from "./survey-response-options.webp";
|
||
import SurveySettings from "./survey-settings.webp";
|
||
|
||
export const metadata = {
|
||
title: "Formbricks Quickstart Guide: Link Surveys Made Easier & Faster",
|
||
description:
|
||
"Formbricks is the easiest way to create and manage link surveys. This quickstart guide will show you how to create your first link survey in under 5 minutes.",
|
||
};
|
||
|
||
#### Getting Started
|
||
|
||
# Quickstart
|
||
|
||
Link Surveys make it easy for your users to give you feedback. They are a great way to get feedback from your users, without interrupting their workflow. This quickstart guide will show you how to create your first link survey in under 5 minutes.
|
||
|
||
## Create a free Formbricks Cloud account
|
||
|
||
While you can [self-host](/self-hosting/deployment) Formbricks, but the quickest and easiest way to get started is with the free Cloud plan. Just [sign up here](https://app.formbricks.com/auth/signup) and click through the onboarding, until you’re here:
|
||
|
||
<MdxImage
|
||
src={HomePage}
|
||
alt="Choose a link survey template"
|
||
quality="100"
|
||
className="max-w-full rounded-lg sm:max-w-3xl "
|
||
/>
|
||
|
||
Choose one of the pre-created templates to get started. We’ll choose the **Product Market Fit** template for this quickstart guide.
|
||
|
||
## Create your first survey
|
||
|
||
On clicking the template, you’ll be forwarded to the survey editor. Here you can edit the survey questions and settings. For the sake of simplicity, we'll keep the questions as they are and move to the survey settings.
|
||
|
||
<MdxImage
|
||
src={SurveyQuestions}
|
||
alt="Survey Editor opens up in the Formbricks App"
|
||
quality="100"
|
||
className="max-w-full rounded-lg sm:max-w-3xl"
|
||
/>
|
||
|
||
Click on the **Settings** tab to edit the survey settings.
|
||
|
||
## Configure your survey settings
|
||
|
||
Formbricks packs a lot of useful functionality out of the box. You can:
|
||
|
||
- Close the survey on a specidic date
|
||
- After a number of response
|
||
- Redirect users to a URL after they completed the survey
|
||
- Protect survey with a Pin
|
||
- ... and much more!
|
||
|
||
<MdxImage
|
||
src={SurveyResponseOptions}
|
||
alt="Survey response configuration for link survey"
|
||
quality="100"
|
||
className="max-w-full rounded-lg sm:max-w-3xl"
|
||
/>
|
||
|
||
## Style your survey
|
||
|
||
Style your survey to your need. You can keep it simplistic or use animated backgrounds. You can change the main color and soon you'll be able to fully control the appearance of the survey.
|
||
|
||
<MdxImage
|
||
src={SurveySettings}
|
||
alt="UI & View configuration for link survey"
|
||
quality="100"
|
||
className="max-w-full rounded-lg sm:max-w-3xl"
|
||
/>
|
||
|
||
## Publish your survey
|
||
|
||
Once you’re happy with the survey settings, hit **Publish** and you’ll be forwarded to the Summary Page. This is where you’ll find the responses to this survey.
|
||
|
||
<MdxImage
|
||
src={SurveyPublished}
|
||
alt="Survey published successfully and received link to share with users"
|
||
quality="100"
|
||
className="max-w-full rounded-lg sm:max-w-3xl"
|
||
/>
|
||
|
||
## Share your survey
|
||
|
||
Congratulations! Your survey is now published and ready to be shared with your users. You can share the survey link via email, SMS, or any other channel.
|