• The jQuery plugin validationEngine (https://github.com/posabsolute/jQuery-Validation-Engine) needs special classes which give validation information, for example :
    class=”validate[required,minSize[3]]” tells the plugin to check input is not empty and number of non blank characters is at least 3.

    When we need to use this plugin whith contact Form 7, we can’t indicate it cause special chars are removed.
    Can you update the plugin to let us write some classes like that ?

    thanks

    • This topic was modified 7 years, 8 months ago by nelero.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘class, adding characters like [ or ] or ,’ is closed to new replies.