We want to validate the fields before the forms is submitted from workspace. We have a custom validation script(function defined) which will popup message displaying the incorrect fields.
Issue:
How do we stop the form from submission if validation is done through scripts?
Which event to be used?
Is there any specific value the function should return? Currently we return true or false based on validation.
Issue:
How do we stop the form from submission if validation is done through scripts?
Which event to be used?
Is there any specific value the function should return? Currently we return true or false based on validation.