SurveyJS Survey Creator
Generate dynamic, JSON-driven forms right in your JavaScript app.
Published by SurveyJS
Distributed by ComponentSource since 2025
Prices from: $ 566.91 Version: v2.5.19 NEW Updated: Apr 7, 2026
Released: Dec 3, 2025
Form Library: Async page navigation and data saving
SurveyModel's onCurrentPageChanging and onCompleting event handlers. This is helpful when you need to run server-side validation, save intermediate data, or perform any other async workflow before allowing the survey to continue or complete.options.allow to false, and use options.message to display an error or success notification.Survey Creator: Specify a default question type for the Add Question button
defaultAddQuestionType property, which lets you specify a different default question type.New "None Of" Operator for Expressions
noneof operator compares a value with an array and returns true if the value is absent, or compares two arrays and returns true if the first array contains none of the values in the second.Form Library
Serializer.generateSchema() doesn't allow strings for itemvalue arrays.onChoicesLazyLoad event handler is not attached to a SurveyPDF instance.survey.data is set.Survey Creator