When i take checkbox in umbraco form with mandatory and i submit my form without checked checkbox then it does not show any error message or not working validation.
I am having the same issue. I have looked at the link supplied by Ismail, but i am at a loss as to what bit of code i need to add to get the unobtrusive validation to show if the checkbox is not checked when it is mandatory.
Using Forms 4.4.4, and not sure why this validation wasn't included in the forms software!
Umbraco Forms Validation
When i take checkbox in umbraco form with mandatory and i submit my form without checked checkbox then it does not show any error message or not working validation.
Rakesh,
see https://stackoverflow.com/questions/6923430/mvc-unobtrusive-validation-on-checkbox-not-working you need to add a bit of code to get it to work
I am having the same issue. I have looked at the link supplied by Ismail, but i am at a loss as to what bit of code i need to add to get the unobtrusive validation to show if the checkbox is not checked when it is mandatory.
Using Forms 4.4.4, and not sure why this validation wasn't included in the forms software!
is working on a reply...