This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
webFormClientValidate function missing #80
Labels
help wanted
Issues that have not been solved and community contributions are requested to resolve the issue.
I'm unable to find the webFormClientValidate() function on a web page that uses Liquid Template and I discovered that it's missing the funcition in AdxStudio.Xrm/Web/UI/WebControls/LiquidServerControl.cs
function webFormClientValidate() {
// Custom client side validation. Method is called by the submit button's onclick event.
// Must return true or false. Returning false will prevent the form from submitting.
return true;
}
The text was updated successfully, but these errors were encountered: