It looks like you’re new here. If you want to get involved, click one of these buttons!
Using the error messages via data-jkit=”” In the error messages for a time field, I am trying to give an example of expected format, but using the colon in there messes up the parsing. I haven’t found a way to escape the colon character in the error string inside the data attribute. Maybe this is possible if I use jquery to specify the option array?
Hi, try something like this:
data-jkit="[validate:type=time;required=true;error=Please add a valid time, for example: 10:59]"
You can escape characters with