mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
clean up code, fix typo in blog
This commit is contained in:
@@ -81,7 +81,7 @@ And just like that you have a native NPS survey with full data insights! 🚀
|
||||
|
||||
Apart from the use case above, you can send any form data to your personal endpoint. Here is a short tutorial on how to do that, [the full guide is in our docs](/docs/react-form-library/link-formbricks-hq):
|
||||
|
||||
1. Sign up at [hq.formbricks.com](http://hq.formbricks.com)
|
||||
1. Sign up at [hq.formbricks.com](https://hq.formbricks.com)
|
||||
2. Create a new form
|
||||
3. Copy the endpoint to your form action
|
||||
4. Receive responses
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import CustomersPage from "@/components/customers/CustomersPage";
|
||||
import SingleCustomerPage from "@/components/customers/SingleCustomerPage";
|
||||
import LayoutApp from "@/components/layout/LayoutApp";
|
||||
import LayoutWrapperTeam from "@/components/layout/LayoutWrapperTeam";
|
||||
|
||||
Reference in New Issue
Block a user