Hi @Sandeep6 Add granite:class property to text field and update selector in js. property: granite:class (String) txt-validateValidation JS:$(window).adaptTo("foundation-registry").register("foundation.validation.validator", {selector: ".txt-validate",validate: function(el) {...}This will work.AG