November Happy Hour will be moved to Thursday December 5th.
I have implemented a custom form element but would like to add the RequiredValidator(like the below snap) to my form element. Could you please let me know how this can be accomplished?
Validators Required
Regular expression
Email
Date (DD/MM/YYYY)
Date (MM/DD/YYYY)
Date (YYYY-MM-DD)
[AvailableValidatorTypes(Include = new[] { typeof(RequiredValidator)})]
Add this to your custom form element
I have implemented a custom form element but would like to add the RequiredValidator(like the below snap) to my form element. Could you please let me know how this can be accomplished?
Validators Required
Regular expression
Email
Date (DD/MM/YYYY)
Date (MM/DD/YYYY)
Date (YYYY-MM-DD)