jQuery-Form-Validator icon indicating copy to clipboard operation
jQuery-Form-Validator copied to clipboard

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.

Results 101 jQuery-Form-Validator issues
Sort by recently updated
recently updated
newest added
trafficstars

Maybe this is the same problem to #478. This is the error I get in Chrome console. `jquery.form-validator.min.js:9 Uncaught Error: Using undefined validator "validate_confirmation". Maybe you have forgotten to load...

Improvement
Fixed in next release

The package currently has a package.json but it can't be found in the NPM Registry. Could it be [published](https://docs.npmjs.com/getting-started/publishing-npm-packages) there for all of us folks using npm/etc?

Question

When validating URLs, some special characters that are accepted by browsers are not accepted by the form validator. For example, the link: http://idrætshistorie.dk/ works perfectly fine in Chrome and Firefox,...

Improvement

Hi, please could you provide a full recaptcha example? For me it's not quite clear how the connection between recaptcha and the validator is. The example on the official website...

Question

Hi, i use code: ` ` form validator is working, but I don`t see on server any files :[ Any tips for help? Best regards.

Hi. Thank you very much for your plugin, it is amazing. I am having an issue while I am trying to validate some fields programatically. In essential: I have a...

Bug
Fixed in next release

Do we have a feature to check if file input is empty or file selected? If we don't have, it could be a good improvement.

Hi. I need to use 'data-validation-depends-on' functionality on specific name. But ! my name variable is an array not a single word: name="field[12]", name="field[18]" Because, my form send multiple data...

Feature

I have a very large form and would like to separate it into multiple steps. Before a user proceeds to the next setup, form elements in the last setup must...

Question
Open

I have form with reCaptcha inside and toggleDisabled, and everything works OK if I click reCaptcha just before submit. But If I after this invalidate any field (for example, uncheck...