Hi,
Based on the same schema, I want to validate the results from client-side on the server with node.js
Is this possible?
Hi,
Based on the same schema, I want to validate the results from client-side on the server with node.js
Is this possible?
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.