Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
  • Views
    36
    Comments
    2
    2 comments Most recent by FrediBach March 19 Form & Validate
    • 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

    • Read more
  • Views
    45
    Comments
    2
    2 comments Most recent by FrediBach February 17 Form & Validate
    • 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?

    • Read more