Question
Validation is not working
Hi,
I have created a dynamic form and have set the necessary values to the properties of the fields like this:
required: true,
requiredMessage: "*",
validationGroup: "Questions"
In the Button I also set the necessary properties like this:
submit: true,
validate: true,
validationGroup: "Questions"
In design view validation is working fine. The screenshot:

But when it is running in the site, validation is not working even after clicking the button. The Screenshot:

Can any one please help me regarding this and kindly clarify the reason?
