Hi Rishi,How can we invoke custom validations on AF fields, I tried to
check text field input data is matching email format or not by writing
custom method.But if user click on submit button my custom validations
not working. How can we invoke our custom validate method and display
error messages when user click on submitCan you share any sample code
how to call use validate method.My
code:window.addEventListener("bridgeInitializeStart", function(evnt) {
gb.connect(function (){ gb.on('elementVal...