From a56fddbb370b9ee7dcf2c2ff5424e30323d16f95 Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Thu, 8 Dec 2022 18:43:27 +0100 Subject: [PATCH] update launch blog post --- .../pages/blog/launch-formbricks-hq/index.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx index 1efe1a4ba2..a2b0c899d7 100644 --- a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx +++ b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx @@ -43,7 +43,13 @@ With a few clicks you create a new form in Formbricks HQ: We built the NPS survey with Formbricks React. It is a simple form with two questions and a submit button. The form is built with the following code: ```jsx -code; +import { Form, Nps, sendToHq, Submit, Textarea } from "@formbricks/react"; + +
+ +