November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I am pushing Samples source code (with full comment inline) to Episerver's Github repo. So please hold on a while. Thanks for your patience.
Thach lockevn.
I'm trying to add an Episerver Forms custom validator to my project using the RegularExpressionValidatorBase
This works fine. Validator shows in the UI, so I can select it. (also added displayname and message to the language file)
However, there is no client side validation yet. How do I register my RegEx validator to also do client side validation?
It must somehow be added to the epi.Episerver.Forms.Validators list like the other validators in EPiServerForms.js
Thanks