Why can't i submit a form,how to get errors ?

1
0
-1

At the validation status i don't get any errors but when i try to submit the first form it doesn't submit.

2 answers

1
0
-1

Did you set any "Constraints" in forms contract? If so, probably this can be a problem.
The easiest way to check is to use browser "developer tools". For example in chrome, press F12 and go to "Network" tab. When you click "Submit" the request to server should be sent. Examine it, and you will get the error.

Best regards,
bpms.help

1
0
-1

Please check if there is any error in the Engine log. :)

Notifications