Discussion
Tech Mahindra
IN
Last activity: 6 Nov 2015 2:13 EST
How to Validate the data on the Form before opening a modal window on the form submit
I am having the requirement that on the submit of the form we need to open an Modal window I have did it by calling an Local action on the Action event click it was working fine but the form is not getting validated before opening an modal window. We need to validate the form first if every thing is fine on the form then modal window need to open. Could any one please suggest how to achieve this.