Miscellaneous
How do I change the email address of my account?
To update your email address:
How do I change my password?
To update your password:
Do you fix bugs and add new features?
Yes! We constantly work to improve our libraries and fix bugs. Before adding new features, we try to resolve most existing issues to ensure the libraries remain stable and reliable. We follow test-driven development (TDD) and have hundreds of unit tests, functional (E2E) tests, and continuous integration set up. This helps us catch and fix problems early, so we can release small, useful updates every week. We also add new features regularly. When considering a new feature, we carefully evaluate its potential value to users, the development cost, and any risks. Features that offer high value compared to their cost are more likely to be implemented. We take care to make updates seamless and avoid breaking existing functionality. For example, the Survey JSON format created in early beta versions of SurveyJS Creator still works with the latest versions.
Does the Form Library support webhooks or direct integrations?
SurveyJS doesn't include built-in webhooks. Instead, it provides survey results in JSON format once a respondent completes a survey. You can then send these results to your backend, where you can trigger webhooks to integrate with other services.
Does SurveyJS support Flutter?
SurveyJS Form Library is a JavaScript library for web applications. Official UI is available for React, Angular, Vue, and vanilla JavaScript. There is no official Flutter renderer. A third-party community package, This package is not developed or maintained by SurveyJS and is not covered by SurveyJS support. For usage questions, please refer to the package page on pub.dev.surveyjs_flutter, can render SurveyJS JSON in Flutter apps. It uses SurveyJS Core for survey logic, while the UI is built from native Flutter widgets by the package authors. The package supports Android, iOS, and desktop.
Send feedback to the SurveyJS team
Need help? Visit our support page