Server Side Validation with Sitecore Forms
Always Think About The Server Side
Start typing to search...
Always Think About The Server Side
For those who are not familiar with the importance of client side AND server side validation when it comes to user inputs through the use of forms, organizations can easily expose themselves to risks. Let's use string length validation as an example.
 
Sitecore Forms validates field inputs on the front end using the jQuery Validation plugin. Content authors can select front end validations in the Forms editor.
On form submit there are various built in actions that come out of the box with Sitecore Forms. Let's use "Save Data" as an example.

