Question T14290
Visible to All Users

Server-side result validation based on schema

created a year ago

Hi,

Based on the same schema, I want to validate the results from client-side on the server with node.js
Is this possible?

Answers approved by surveyjs Support

created a year ago

Hi Jesse,
You can validate survey/form values on a server-side using the onServerValidateQuestion event. For more information, refer to the following demo:
Server-Side Validation.

Please let me know if this option works for you.