elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Disable only specific errors per field #107

Open quadmachine opened 11 years ago

quadmachine commented 11 years ago

Is it possible to hide only specific errors per field, example: I don't want to show a tooltip for each field indicating that the field is required, but I wan't to keep all of the other error tooltips.

I have solved the problem by editing the plugin code and adding a line which checks if the error to be shown is 'disabled', if it is 'disabled' it doesn't show the tooltip, but I was wondering if this is possible without changing the plugin code, via custom flags or filters maybe?