Custom Form Validation Using Expressions
Custom JavaScript validation for forms allows you to create more specific input validation logic than built-in validators. SurveyJS Form Library supports two ways to add custom validation—with an event or expressions. This example demonstrates how to configure expressions. Switch between React, Vue, Knockout, jQuery, and Angular to view the example for your JavaScript framework. Read more...