Form
The form to validate
Start validation delay
Number of milliseconds to wait before displaying an error on a form field.
Html messages:
Insert HTML into the error messages. If false, jQuery's text method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.
Disable submit button:
Disable the submit button until the form is valid and all required fields are complete.
Combo library:
You must select the combo library you use in your pages, thee xtension can validate:
- Standard combo
- jQuery select2
- Bootstrap ComboBox
- For other combo library send us a mail to verify the
Focus to first error:
Scroll to and focus the first field with an error upon validation of the form.
If, for example, you have a fixed navbar at the top of your page and you need to adjust the amount of padding between the top of the window and the focused field, you can override the following variable:
$.fn.validator.Constructor.FOCUS_OFFSET
It defaults to 20 (px).
Show feedback
If checked show the Bootstrap feedback in the right of the field
Feedback success
You can choose the feedback success icone from the list or add your custom css class
Feedback error
You can choose the feedback error icone from the list or add your custom css class
Default error message
The default error message the extension use in case the field error message is void
Show error mode:
You can choose the method to show the errors between:
- Label
- Tooltip
The label show the error message in a label at the bottom of the field
The tooltip show the error message in a Bootstrap tooltip