Hi all.
After looking through what is available in terms of validation for form fields, it looks to me like there is only limited validation exposed on the field properties configuration through the use of the required checkbox. It appears then that there are additional controls available with other more specific validation rules built into the logic of the components.
I can see in the code that there are still references to the RegisterFormValidationRule which is used to define the standard set of validation (regex, min/max, compare, email, and more) available on prior versions of Kentico.
Are there plans to expose these dynamic validation rules through the UI, or is it intended that we create custom components to deal with each validation scenario independently?