SurveyJS Survey Creator
JavaScript 앱에서 바로 JSON 기반의 동적 양식을 생성할 수 있습니다.
SurveyJS사에서 공개
2025년 부터 ComponentSource에서 판매중
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