You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter all the required fields and click on validate then I get the following response which is correct.
{
"error": null,
"missing": [],
"valid": true
}
However when I remove one of the required fields and click on validate again, I still get the same response which is wrong. It should give me error and the valid should be false.
Can you check this and fix it.
The text was updated successfully, but these errors were encountered:
@swetapatnaik I am not able to reproduce what you have described. I am wondering if you could point to the form name in the example that I can reproduce it. Also, it would be better to provide a little bit more details on the steps to reproduce it. Thanks a lot for your help.
When I enter all the required fields and click on validate then I get the following response which is correct.
{
"error": null,
"missing": [],
"valid": true
}
However when I remove one of the required fields and click on validate again, I still get the same response which is wrong. It should give me error and the valid should be false.
Can you check this and fix it.
The text was updated successfully, but these errors were encountered: