Dhruwang Jariwala
7b2cf9f3d8
fix: translate survey and migration script ( #2290 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-03-20 17:37:01 +00:00
Matti Nannt
6c84850a7e
fix: unable to save legacy surveys ( #2280 )
2024-03-19 09:06:18 +00:00
Dhruwang Jariwala
8b5328aa74
feat: Multi language Surveys ( #1630 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2024-03-18 19:02:18 +00:00
Matti Nannt
f54e2e032a
chore: update formbricks-com dependencies ( #2237 )
2024-03-14 13:17:13 +00:00
Dhruwang Jariwala
99da20f831
chore: replaced Heroicons with corresponding lucide-react icons ( #2221 )
2024-03-12 12:29:21 +00:00
Matti Nannt
6cea8a2246
fix: formbricks-com build errors ( #1991 )
2024-02-01 10:08:25 +00:00
Johannes
0ce10e8824
docs: Add newsletter survey to best practices ( #1980 )
...
Co-authored-by: Olasunkanmi Balogun <olasunkanmiibalogun@gmail.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-01-30 15:41:27 +00:00
Dhruwang Jariwala
64db29417d
chore: added DOMPurify to prevent xss ( #1894 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-01-23 17:05:47 +00:00
Johannes
f35b007e98
fix: Tweak survey settings tab and share modal to shorten viral loop ( #1882 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: ShubhamPalriwala <spalriwalau@gmail.com >
2024-01-17 14:29:16 +00:00
Matti Nannt
8857c971d6
fix: changeset release pipeline ( #1811 )
2023-12-21 11:35:35 +00:00
Matti Nannt
cd4b6fdae0
chore: add prettier config for import sorting, update packages, migrate to prettier 3 ( #1777 )
2023-12-14 09:51:02 +00:00
Naitik Kapadia
6e08a94da7
feat: Show the number of Responses to Respondents ( #1720 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2023-12-03 19:27:05 +00:00
Naitik Kapadia
33919578dd
feat: Introduce FileUpload Question ( #1277 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
2023-11-23 14:47:48 +00:00
Shaik_Asif
8c38495812
fix: typo in template ( #1648 )
2023-11-20 19:58:05 +00:00
Anshuman Pandey
53ef8771f3
feat: Make formbricks-js ready for public websites ( #1470 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Johannes <johannes@formbricks.com >
2023-11-12 09:12:58 +00:00
Piyush Gupta
28265a7dcf
feat: added dropoff visibility ( #907 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Shubham Palriwala <spalriwalau@gmail.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
2023-10-20 13:18:16 +00:00
Dhruwang Jariwala
f70cda6e11
refactor: removes old types ( #1288 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-20 12:03:16 +00:00
Bilal Mirza
cf7175511a
fix Add action UI issue on mobile screen #1254 ( #1306 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2023-10-19 18:02:45 +00:00
Shubham Palriwala
8074d324d4
feat: rate limiting of auth endpoints ( #1227 )
2023-10-18 14:51:28 +00:00
Vineet J Karni
5c9d8af3f0
fix: Corrected landing page styles ( #1278 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2023-10-18 09:23:00 +00:00
Shivam Bhatnagar
8a94f9437e
fix(formbricks-com): fix horizontal scrollbar in small viewports ( #1100 )
2023-10-12 06:53:14 +00:00
Dhruwang Jariwala
e2a6631b64
refactor: Move all @formbricks/ui components to the new folder structure ( #1057 )
...
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2023-10-11 15:17:13 +00:00
Dhruwang Jariwala
6a280913c3
refactor: Unified single response card and improved UX ( #750 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Dhruwang Jariwala <dhruwang@Dhruwangs-MacBook-Pro.local >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-09 23:22:09 +02:00
ShubhamPalriwala
d96ab91c6e
feat: migration to new docs
2023-08-23 19:13:20 +05:30
Johannes
75ac56ff3b
fixy thingys
2023-08-22 15:20:43 +02:00
Matthias Nannt
7ce8d75d91
add new template
2023-08-22 13:58:23 +02:00
Shubhdeep Chhabra
e21c2a45e0
Add option for random ordering of choices in multiple choice questions ( #394 )
...
* feat: added a option to set ordering of choices
* changed the parameter for random ordering and used Switch instead of Select
* added logic for shuffle
* added shuffleOption in zod schema and fixed some copy.
* run pnpm format
* make shuffleOption optional in zod to prevent errors in existing data
* made fixes as asked in peer review and ran pnpm format
* minor bug fixes
* Update env.mjs
* fix shuffleArray to not shuffle reference object
* update shuffle method
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-07-13 15:09:26 +02:00
Moritz Rengert
888d10434a
Add option ask for short answers in Open Text questions ( #435 )
...
* feat: add shortAnswer: boolean to OpenTextQuestion interface
* feat: add longAnswer switch to OpenTextForm
* toggle textare lines depending on question.shortAnswer
* fix type build error
* move long answer switch to baseline
* adjust spacing between switches
* rename shortAnswer -> longAnswer, change textarea to input field
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-06-30 12:10:48 +02:00
Piyush Gupta
51e4221f33
Add QuestionType enum in place of strings ( #420 )
2023-06-20 16:32:03 +02:00
Piyush Gupta
51c39116d0
Add URL prefilling option for the first question ( #376 )
...
Add URL prefilling option for the first question using URL search parameters
2023-06-18 13:36:31 +02:00
Johannes
91d4b09453
Feature/template update ( #343 )
...
* improve layout and information design of templates view
---------
Co-authored-by: moritzrengert <moritz@rengert.de >
2023-06-09 10:14:02 +02:00
Johannes
41443267c9
Revamp survey settings ( #287 )
...
* improve survey settings flow
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-05-19 08:33:52 +02:00
Johannes
b5928e71e5
Add Best Practices to Landingpage ( #281 )
...
* Update landingpage
2023-05-12 14:25:17 +02:00
Matti Nannt
60f7103198
Revert & gradually use updated files ( #280 )
...
* revert to last working version
* add updated ui components
* update formbricks-com components
* apply prettier formatting
* update apps/web files
2023-05-10 00:20:43 +02:00
Matti Nannt
650b674e24
update all packages, fix typescript errors ( #277 )
...
* simplify ui package, update all packages
* fix typescript errors that occur during build
2023-05-09 13:18:07 +02:00
Johannes
7e9b336954
Improve UX with multiple tweaks ( #258 )
2023-04-27 20:11:44 +02:00
Johannes
72c6ea6f39
Updated Landingpage ( #242 )
...
* add /demo to LP
* add best practices
* add clovyr logo to lp
* new animation, best pracitces, CTA tracking, etc.
* update animation
2023-04-18 17:52:55 +02:00
Johannes
d470b6576f
"events" -> "actions"
2023-04-14 20:54:57 +02:00
Johannes
3a2c697736
fix people list, display email instead of ID
2023-04-14 16:11:07 +02:00
Matthias Nannt
5163f36e53
format files according to prettier config
2023-04-14 12:52:13 +02:00
Johannes
028d1631bd
remove console logs, tweak auth UI ( #224 )
2023-04-11 09:51:00 +02:00
Johannes
072a5947cf
UI tweaks ( #216 )
...
* preview hint, warnings, survey status indicator
* add event in survey builder, add surveystatusdropdown
* update wording, add survey status toasts, update LP
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-04-05 11:28:46 +02:00
Johannes
295b300654
update hero piece
2023-04-01 14:40:13 +02:00
Matti Nannt
27d63c01e1
Introducing the new Formbricks ( #210 )
...
### New Formbricks Release: Complete Rewrite, New Features & Enhanced UI 🚀
We're thrilled to announce the release of the new Formbricks, a complete overhaul of our codebase, packed with powerful features and an improved user experience.
#### What's New:
1. **Survey Builder**: Design and customize your in-product micro-surveys with our intuitive survey builder.
2. **Trigger Micro-Surveys**: Set up micro-surveys to appear at specific points within your app, allowing you to gather feedback when it matters most.
3. **JavaScript SDK**: Our new JavaScript SDK makes integration a breeze - just embed it once and you're ready to go.
4. **No-Code Events**: Set up events and triggers without writing a single line of code, making it accessible for everyone on your team.
5. **Revamped UI**: Enjoy an entirely new user interface that enhances usability and provides a smooth, delightful experience.
This release marks a major step forward for Formbricks, enabling you to better understand your users and build an outstanding product experience.
Please update your Formbricks integration to take advantage of these exciting new features, and let us know in the Discord if you have any questions or feedback!
Happy surveying! 🎉
2023-03-29 23:34:29 +02:00