Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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