It looks like you’re new here. If you want to get involved, click one of these buttons!
Hello, first of all thank you Fredi for putting so much time in this project, this is a great tool! But I have a small problem with the Validate-Feature. It works good with the validation of my form, but after the validation nothing happens. I want to handle my post data within the same file:
<
form name=”form1″ action=”index.php” method=”post” data-jkit=”[form:validateonly=true]”>
Console
…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?
…