WS Form allows you to perform your own server-side validation of submitted field values.
For WordPress developers who need custom validation behavior, WS Form provides the wsf_submit_field_validate filter hook.
You can use that hook to add your own server-side form validation logic. Full descriptions and examples are available in the knowledge base article.