kentico_filipl
-
7/21/2013 11:20:57 PM
RE:Dependent field validation
Hi,
Are you looking for asynchronous validation, i.e. checking field values and throwing validation warnings before submitting the form? If so, you will need to create your own form control with this action. You can take Password strength form control as an example - its source code files are in ~\CMSModules\Membership\FormControls\Passwords\PasswordStrength.ascx.cs and ~CMSScripts\membership.js.
Best regards, Filip Ligac
|