Custom Validation Using Client and Server Side expressions (using Action Form 3.4)
Опубликовано: 08 Октябрь 2024 на канале: DNN Sharp
914
1
You can leverage the Condition property of any action to have an error message display based on submitted data. On client side, we use OnChange binding to add custom js code that shows an error message as we type.