├── .gitignore ├── README.md ├── accepting-test-credit-card-numbers └── index.html ├── adding-dynamic-field ├── different-name.html └── using-other-library.html ├── adjusting-icon-position └── index.html ├── ajax-submit ├── ajax-submit-axios.html ├── ajax-submit-jquery.html └── ajax-submit.php ├── asking-credit-card-number-to-match-with-selected-type └── index.html ├── asking-fields-to-be-unique ├── basic.html └── selector.html ├── assets └── screenshot.png ├── changing-success-and-error-colors ├── override-colors.html └── row-options.html ├── clearing-field-when-clicking-the-icon └── index.html ├── creating-a-custom-validator ├── dynamic-message.html ├── meta-data.html └── validators-namespace.html ├── disable-live-validations-until-users-click-the-submit-button ├── disable-the-trigger-plugin.html └── live-mode-option.html ├── disable-the-submit-button-after-validating-a-form └── index.html ├── disabling-date └── index.html ├── enabling-submit-button-only-when-all-fields-are-valid └── index.html ├── enabling-validators-on-the-fly └── index.html ├── es-modules ├── full-bundle.html └── popular-bundle.html ├── excluding-field-by-given-condition └── index.html ├── field-selector └── index.html ├── getting-notified-while-field-is-being-validated └── index.html ├── getting-started ├── adding-plugins.html ├── bootstrap.html ├── bootstrap3.html ├── bulma.html ├── foundation.html ├── materialize.html ├── milligram.html ├── mini.html ├── mui.html ├── native.html ├── pure.html ├── semantic.html ├── shoelace.html ├── spectre.html ├── tachyons.html ├── turret.html ├── uikit.html └── writing-form.html ├── hiding-messages ├── event.html └── overriding-css.html ├── hiding-success-class-and-icon-for-optional-field └── index.html ├── hiding-success-class └── index.html ├── integrating-with-bootbox └── index.html ├── integrating-with-bootstrap-button-group └── index.html ├── integrating-with-bootstrap-datepicker ├── autoclose.html ├── basic.html ├── embedding.html └── range.html ├── integrating-with-bootstrap-show-password └── index.html ├── integrating-with-flatpickr └── index.html ├── integrating-with-magicsuggest └── index.html ├── integrating-with-secure-submit └── index.html ├── integrating-with-select2 └── index.html ├── integrating-with-smartwizard ├── index.html ├── jquery.smartWizard.min.js ├── smart_wizard.min.css └── smart_wizard_theme_arrows.css ├── integrating-with-summernote └── index.html ├── integrating-with-tinymce └── index.html ├── integrating-with-zero-bounce └── index.html ├── integration-bootstrap-select └── bootstrap-select.html ├── integration-magic-suggest └── magic-suggest.html ├── integration-select2 ├── bootstrap.html └── select2.html ├── integration-selectize └── selectize.html ├── integration-tagify └── tagify.html ├── is-a@b-valid-email-address └── index.html ├── localization └── index.html ├── mithril ├── DemoForm.js └── index.html ├── module-script └── index.html ├── multiple-steps-wizard └── index.html ├── native-form ├── use-element-event.html └── use-framework-plugin.html ├── pending-validation-for-a-given-number-of-seconds └── index.html ├── performing-validation-if-field-value-exceed-given-number-of-characters └── index.html ├── plugin-alias └── basic.html ├── plugin-aria └── basic.html ├── plugin-auto-focus ├── basic.html └── fixed-header.html ├── plugin-bootstrap ├── checkboxes.html ├── custom-checkboxes.html ├── custom-select.html ├── horizontal-form.html ├── inline-form.html ├── modal-ajax.html ├── modal.html ├── multiple-fields.html ├── radio-button.html ├── stacked-form.html ├── tab.html └── without-label-form.html ├── plugin-bootstrap3 ├── horizontal-form.html ├── inline-form.html ├── inline-radio.html ├── multiple-fields.html ├── stacked-form.html └── without-label-form.html ├── plugin-bootstrap5 ├── floating-labels.html ├── horizontal-form.html ├── inline-form.html ├── modal.html ├── multiple-fields.html ├── stacked-form.html ├── validation-icons.html └── without-label-form.html ├── plugin-bulma ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-declarative ├── basic.html ├── bootstrap.html ├── bootstrap3.html ├── dynamic-field.html ├── dynamic-message.html ├── plugins.html ├── recaptcha.html └── recaptcha.php ├── plugin-default-submit ├── basic.html ├── defaultSubmit.php └── prevent-submit-on-enter.html ├── plugin-dependency ├── basic.html └── compare-fields.html ├── plugin-excluded ├── basic.html └── excluded-option.html ├── plugin-field-status └── basic.html ├── plugin-foundation ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-icon ├── adjust-icon-position.html ├── show-icons-custom-area.html ├── use-font-awesome-icons.html ├── use-glyphicons-icons.html ├── use-material-design-icons-css.html ├── use-material-design-icons-event.html ├── use-semantic-ui-framework-icons.html ├── use-spectre-framework-icons.html ├── use-svg-icons.html └── use-uikit-framework-icons.html ├── plugin-international-telephone-input ├── basic.html ├── declarative.html ├── get-full-number.html ├── hidden-phone-input-option.html └── multiple-hidden-inputs.html ├── plugin-j ├── basic.html ├── manually-validate.html └── valid-event.html ├── plugin-l10n ├── basic.html └── custom-validator.html ├── plugin-mailgun └── basic.html ├── plugin-mandatory-icon ├── basic.html └── bootstrap3.html ├── plugin-materialize ├── multiple-fields.html └── stacked-form.html ├── plugin-message ├── customize-placement.html ├── dynamic-message.html └── multiple-checkboxes.html ├── plugin-milligram ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-mini ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-mui ├── multiple-fields.html └── stacked-form.html ├── plugin-password-strength ├── basic.html ├── custom-message.html └── progress-bar.html ├── plugin-pure ├── horizontal-form.html └── stacked-form.html ├── plugin-recaptcha ├── invisible.html ├── verificationWithCurl.php └── widget.html ├── plugin-recaptcha3-token └── basic.html ├── plugin-recaptcha3 ├── invisible.html ├── use-with-excluded-plugin.html ├── verificationWithCurl.php └── verificationWithFileContents.php ├── plugin-semantic ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-sequence └── basic.html ├── plugin-shoelace ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-spectre ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-start-end-date └── basic.html ├── plugin-submit-button ├── basic.html ├── external-button.html └── live-mode-option.html ├── plugin-tachyons ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-tooltip ├── bootstrap.html ├── bootstrap3.html ├── placement.html └── tachyons.html ├── plugin-transformer ├── email-address.html ├── numeric.html ├── phone.html ├── tinymce.html └── uri.html ├── plugin-trigger ├── basic.html ├── pending-validation.html └── threshold-option.html ├── plugin-turnstile ├── basic.html └── invisible-challenge.html ├── plugin-turret └── stacked-form.html ├── plugin-typing-animation └── basic.html ├── plugin-ui-kit ├── horizontal-form.html ├── multiple-fields.html └── stacked-form.html ├── plugin-wizard ├── basic.html └── next-step.html ├── preact ├── DemoForm.js └── index.html ├── preventing-user-to-have-same-value-as-the-placeholder └── index.html ├── react ├── DemoForm.js └── index.html ├── redom ├── DemoForm.js └── index.html ├── regenerating-captcha-when-the-form-is-invalid └── index.html ├── requiring-all-options-to-be-selected └── index.html ├── requiring-at-least-one-field └── index.html ├── riot ├── DemoForm.riot └── index.html ├── setting-dynamic-regular-expression ├── callback.html └── update-option.html ├── showing-all-messages └── index.html ├── showing-credit-card-icon └── index.html ├── showing-custom-message-returned-from-server └── index.html ├── showing-dynamic-message ├── bootstrap.html └── tachyons.html ├── showing-icons-in-custom-area └── index.html ├── showing-messages-in-custom-area ├── callback.html └── container.html ├── showing-only-one-message-each-time └── index.html ├── special-field-name └── index.html ├── supporting-custom-date-format └── index.html ├── switching-validators-on-the-same-field └── index.html ├── terms-and-conditions-agreement-validation ├── basic.html └── modal.html ├── toggle-validators-based-on-the-given-condition └── index.html ├── trimming-a-value └── index.html ├── updating-validator-options └── index.html ├── use-with-requirejs ├── README.md └── www │ ├── app.js │ ├── app │ ├── main.js │ └── messages.js │ ├── index.html │ └── lib │ ├── print.js │ └── require.js ├── using-flatpickr-for-start-and-end-dates └── index.html ├── using-glyphicons-icons └── index.html ├── using-html-5-inputs-and-attributes └── index.html ├── using-material-design-icons ├── material-design-event.html └── material-design.html ├── using-svg-icons ├── fontawesome-svg.html └── svg.html ├── validating-an-avatar-url └── index.html ├── validating-checkbox-list-placed-in-multiple-columns ├── bootstrap.html └── tachyons.html ├── validating-credit-card-expiration-date └── index.html ├── validating-date-range ├── range-moment.html └── range.html ├── validating-fields-placed-in-table-cells ├── bootstrap.html └── tachyons.html ├── validating-form-manually └── index.html ├── validating-multiple-inputs-as-one-with-wizard └── index.html ├── validating-multiple-inputs-as-one └── index.html ├── validating-social-account-url └── index.html ├── validator-between ├── bootstrap.html └── tachyons.html ├── validator-bic ├── bootstrap.html └── tachyons.html ├── validator-callback ├── bootstrap.html ├── declarative.html └── tachyons.html ├── validator-choice ├── bootstrap.html └── tachyons.html ├── validator-color ├── bootstrap.html ├── html5.html └── tachyons.html ├── validator-credit-card ├── bootstrap.html └── tachyons.html ├── validator-cusip ├── bootstrap.html └── tachyons.html ├── validator-date ├── bootstrap.html └── tachyons.html ├── validator-different ├── bootstrap.html ├── declarative.html └── tachyons.html ├── validator-ean ├── bootstrap.html └── tachyons.html ├── validator-ein ├── bootstrap.html └── tachyons.html ├── validator-email-address ├── bootstrap.html ├── declarative.html ├── html5.html ├── multiple-option.html └── tachyons.html ├── validator-file ├── bootstrap.html ├── result-meta.html └── tachyons.html ├── validator-greater-than ├── bootstrap.html └── tachyons.html ├── validator-grid ├── bootstrap.html └── tachyons.html ├── validator-iban ├── bootstrap.html └── tachyons.html ├── validator-id ├── bootstrap.html ├── callback.html ├── declarative.html └── tachyons.html ├── validator-identical ├── bootstrap.html └── tachyons.html ├── validator-imei ├── bootstrap.html └── tachyons.html ├── validator-imo ├── bootstrap.html └── tachyons.html ├── validator-integer ├── bootstrap.html ├── html5.html ├── locale.html └── tachyons.html ├── validator-ip ├── bootstrap.html └── tachyons.html ├── validator-isbn ├── bootstrap.html └── tachyons.html ├── validator-isin ├── bootstrap.html └── tachyons.html ├── validator-ismn ├── bootstrap.html └── tachyons.html ├── validator-issn ├── bootstrap.html └── tachyons.html ├── validator-meid ├── bootstrap.html └── tachyons.html ├── validator-not-empty ├── bootstrap.html ├── html5.html └── tachyons.html ├── validator-numeric ├── bootstrap.html └── tachyons.html ├── validator-phone ├── bootstrap.html └── tachyons.html ├── validator-promise ├── bootstrap.html └── tachyons.html ├── validator-regexp ├── bootstrap.html ├── html5.html └── tachyons.html ├── validator-remote ├── access-meta-data.html └── basic.html ├── validator-rtn ├── bootstrap.html └── tachyons.html ├── validator-sedol ├── bootstrap.html └── tachyons.html ├── validator-string-case ├── bootstrap.html └── tachyons.html ├── validator-string-length ├── bootstrap.html ├── html5.html └── tachyons.html ├── validator-uri ├── bootstrap.html ├── html5.html └── tachyons.html ├── validator-vat ├── bootstrap.html └── tachyons.html ├── validator-vin ├── bootstrap.html └── tachyons.html ├── validator-zip-code ├── bootstrap.html └── tachyons.html ├── vue └── index.html └── webpack ├── .babelrc ├── .gitignore ├── README.md ├── package.json ├── src ├── index.html └── index.ts ├── tsconfig.json └── webpack.config.js /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/README.md -------------------------------------------------------------------------------- /accepting-test-credit-card-numbers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/accepting-test-credit-card-numbers/index.html -------------------------------------------------------------------------------- /adding-dynamic-field/different-name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/adding-dynamic-field/different-name.html -------------------------------------------------------------------------------- /adding-dynamic-field/using-other-library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/adding-dynamic-field/using-other-library.html -------------------------------------------------------------------------------- /adjusting-icon-position/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/adjusting-icon-position/index.html -------------------------------------------------------------------------------- /ajax-submit/ajax-submit-axios.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/ajax-submit/ajax-submit-axios.html -------------------------------------------------------------------------------- /ajax-submit/ajax-submit-jquery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/ajax-submit/ajax-submit-jquery.html -------------------------------------------------------------------------------- /ajax-submit/ajax-submit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/ajax-submit/ajax-submit.php -------------------------------------------------------------------------------- /asking-credit-card-number-to-match-with-selected-type/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/asking-credit-card-number-to-match-with-selected-type/index.html -------------------------------------------------------------------------------- /asking-fields-to-be-unique/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/asking-fields-to-be-unique/basic.html -------------------------------------------------------------------------------- /asking-fields-to-be-unique/selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/asking-fields-to-be-unique/selector.html -------------------------------------------------------------------------------- /assets/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/assets/screenshot.png -------------------------------------------------------------------------------- /changing-success-and-error-colors/override-colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/changing-success-and-error-colors/override-colors.html -------------------------------------------------------------------------------- /changing-success-and-error-colors/row-options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/changing-success-and-error-colors/row-options.html -------------------------------------------------------------------------------- /clearing-field-when-clicking-the-icon/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/clearing-field-when-clicking-the-icon/index.html -------------------------------------------------------------------------------- /creating-a-custom-validator/dynamic-message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/creating-a-custom-validator/dynamic-message.html -------------------------------------------------------------------------------- /creating-a-custom-validator/meta-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/creating-a-custom-validator/meta-data.html -------------------------------------------------------------------------------- /creating-a-custom-validator/validators-namespace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/creating-a-custom-validator/validators-namespace.html -------------------------------------------------------------------------------- /disable-live-validations-until-users-click-the-submit-button/disable-the-trigger-plugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/disable-live-validations-until-users-click-the-submit-button/disable-the-trigger-plugin.html -------------------------------------------------------------------------------- /disable-live-validations-until-users-click-the-submit-button/live-mode-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/disable-live-validations-until-users-click-the-submit-button/live-mode-option.html -------------------------------------------------------------------------------- /disable-the-submit-button-after-validating-a-form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/disable-the-submit-button-after-validating-a-form/index.html -------------------------------------------------------------------------------- /disabling-date/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/disabling-date/index.html -------------------------------------------------------------------------------- /enabling-submit-button-only-when-all-fields-are-valid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/enabling-submit-button-only-when-all-fields-are-valid/index.html -------------------------------------------------------------------------------- /enabling-validators-on-the-fly/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/enabling-validators-on-the-fly/index.html -------------------------------------------------------------------------------- /es-modules/full-bundle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/es-modules/full-bundle.html -------------------------------------------------------------------------------- /es-modules/popular-bundle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/es-modules/popular-bundle.html -------------------------------------------------------------------------------- /excluding-field-by-given-condition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/excluding-field-by-given-condition/index.html -------------------------------------------------------------------------------- /field-selector/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/field-selector/index.html -------------------------------------------------------------------------------- /getting-notified-while-field-is-being-validated/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-notified-while-field-is-being-validated/index.html -------------------------------------------------------------------------------- /getting-started/adding-plugins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/adding-plugins.html -------------------------------------------------------------------------------- /getting-started/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/bootstrap.html -------------------------------------------------------------------------------- /getting-started/bootstrap3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/bootstrap3.html -------------------------------------------------------------------------------- /getting-started/bulma.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/bulma.html -------------------------------------------------------------------------------- /getting-started/foundation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/foundation.html -------------------------------------------------------------------------------- /getting-started/materialize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/materialize.html -------------------------------------------------------------------------------- /getting-started/milligram.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/milligram.html -------------------------------------------------------------------------------- /getting-started/mini.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/mini.html -------------------------------------------------------------------------------- /getting-started/mui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/mui.html -------------------------------------------------------------------------------- /getting-started/native.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/native.html -------------------------------------------------------------------------------- /getting-started/pure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/pure.html -------------------------------------------------------------------------------- /getting-started/semantic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/semantic.html -------------------------------------------------------------------------------- /getting-started/shoelace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/shoelace.html -------------------------------------------------------------------------------- /getting-started/spectre.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/spectre.html -------------------------------------------------------------------------------- /getting-started/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/tachyons.html -------------------------------------------------------------------------------- /getting-started/turret.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/turret.html -------------------------------------------------------------------------------- /getting-started/uikit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/uikit.html -------------------------------------------------------------------------------- /getting-started/writing-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/getting-started/writing-form.html -------------------------------------------------------------------------------- /hiding-messages/event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/hiding-messages/event.html -------------------------------------------------------------------------------- /hiding-messages/overriding-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/hiding-messages/overriding-css.html -------------------------------------------------------------------------------- /hiding-success-class-and-icon-for-optional-field/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/hiding-success-class-and-icon-for-optional-field/index.html -------------------------------------------------------------------------------- /hiding-success-class/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/hiding-success-class/index.html -------------------------------------------------------------------------------- /integrating-with-bootbox/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootbox/index.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-button-group/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-button-group/index.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-datepicker/autoclose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-datepicker/autoclose.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-datepicker/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-datepicker/basic.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-datepicker/embedding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-datepicker/embedding.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-datepicker/range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-datepicker/range.html -------------------------------------------------------------------------------- /integrating-with-bootstrap-show-password/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-bootstrap-show-password/index.html -------------------------------------------------------------------------------- /integrating-with-flatpickr/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-flatpickr/index.html -------------------------------------------------------------------------------- /integrating-with-magicsuggest/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-magicsuggest/index.html -------------------------------------------------------------------------------- /integrating-with-secure-submit/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-secure-submit/index.html -------------------------------------------------------------------------------- /integrating-with-select2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-select2/index.html -------------------------------------------------------------------------------- /integrating-with-smartwizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-smartwizard/index.html -------------------------------------------------------------------------------- /integrating-with-smartwizard/jquery.smartWizard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-smartwizard/jquery.smartWizard.min.js -------------------------------------------------------------------------------- /integrating-with-smartwizard/smart_wizard.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-smartwizard/smart_wizard.min.css -------------------------------------------------------------------------------- /integrating-with-smartwizard/smart_wizard_theme_arrows.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-smartwizard/smart_wizard_theme_arrows.css -------------------------------------------------------------------------------- /integrating-with-summernote/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-summernote/index.html -------------------------------------------------------------------------------- /integrating-with-tinymce/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-tinymce/index.html -------------------------------------------------------------------------------- /integrating-with-zero-bounce/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integrating-with-zero-bounce/index.html -------------------------------------------------------------------------------- /integration-bootstrap-select/bootstrap-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-bootstrap-select/bootstrap-select.html -------------------------------------------------------------------------------- /integration-magic-suggest/magic-suggest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-magic-suggest/magic-suggest.html -------------------------------------------------------------------------------- /integration-select2/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-select2/bootstrap.html -------------------------------------------------------------------------------- /integration-select2/select2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-select2/select2.html -------------------------------------------------------------------------------- /integration-selectize/selectize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-selectize/selectize.html -------------------------------------------------------------------------------- /integration-tagify/tagify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/integration-tagify/tagify.html -------------------------------------------------------------------------------- /is-a@b-valid-email-address/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/is-a@b-valid-email-address/index.html -------------------------------------------------------------------------------- /localization/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/localization/index.html -------------------------------------------------------------------------------- /mithril/DemoForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/mithril/DemoForm.js -------------------------------------------------------------------------------- /mithril/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/mithril/index.html -------------------------------------------------------------------------------- /module-script/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/module-script/index.html -------------------------------------------------------------------------------- /multiple-steps-wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/multiple-steps-wizard/index.html -------------------------------------------------------------------------------- /native-form/use-element-event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/native-form/use-element-event.html -------------------------------------------------------------------------------- /native-form/use-framework-plugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/native-form/use-framework-plugin.html -------------------------------------------------------------------------------- /pending-validation-for-a-given-number-of-seconds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/pending-validation-for-a-given-number-of-seconds/index.html -------------------------------------------------------------------------------- /performing-validation-if-field-value-exceed-given-number-of-characters/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/performing-validation-if-field-value-exceed-given-number-of-characters/index.html -------------------------------------------------------------------------------- /plugin-alias/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-alias/basic.html -------------------------------------------------------------------------------- /plugin-aria/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-aria/basic.html -------------------------------------------------------------------------------- /plugin-auto-focus/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-auto-focus/basic.html -------------------------------------------------------------------------------- /plugin-auto-focus/fixed-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-auto-focus/fixed-header.html -------------------------------------------------------------------------------- /plugin-bootstrap/checkboxes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/checkboxes.html -------------------------------------------------------------------------------- /plugin-bootstrap/custom-checkboxes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/custom-checkboxes.html -------------------------------------------------------------------------------- /plugin-bootstrap/custom-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/custom-select.html -------------------------------------------------------------------------------- /plugin-bootstrap/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/horizontal-form.html -------------------------------------------------------------------------------- /plugin-bootstrap/inline-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/inline-form.html -------------------------------------------------------------------------------- /plugin-bootstrap/modal-ajax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/modal-ajax.html -------------------------------------------------------------------------------- /plugin-bootstrap/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/modal.html -------------------------------------------------------------------------------- /plugin-bootstrap/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/multiple-fields.html -------------------------------------------------------------------------------- /plugin-bootstrap/radio-button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/radio-button.html -------------------------------------------------------------------------------- /plugin-bootstrap/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/stacked-form.html -------------------------------------------------------------------------------- /plugin-bootstrap/tab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/tab.html -------------------------------------------------------------------------------- /plugin-bootstrap/without-label-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap/without-label-form.html -------------------------------------------------------------------------------- /plugin-bootstrap3/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/horizontal-form.html -------------------------------------------------------------------------------- /plugin-bootstrap3/inline-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/inline-form.html -------------------------------------------------------------------------------- /plugin-bootstrap3/inline-radio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/inline-radio.html -------------------------------------------------------------------------------- /plugin-bootstrap3/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/multiple-fields.html -------------------------------------------------------------------------------- /plugin-bootstrap3/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/stacked-form.html -------------------------------------------------------------------------------- /plugin-bootstrap3/without-label-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap3/without-label-form.html -------------------------------------------------------------------------------- /plugin-bootstrap5/floating-labels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/floating-labels.html -------------------------------------------------------------------------------- /plugin-bootstrap5/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/horizontal-form.html -------------------------------------------------------------------------------- /plugin-bootstrap5/inline-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/inline-form.html -------------------------------------------------------------------------------- /plugin-bootstrap5/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/modal.html -------------------------------------------------------------------------------- /plugin-bootstrap5/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/multiple-fields.html -------------------------------------------------------------------------------- /plugin-bootstrap5/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/stacked-form.html -------------------------------------------------------------------------------- /plugin-bootstrap5/validation-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/validation-icons.html -------------------------------------------------------------------------------- /plugin-bootstrap5/without-label-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bootstrap5/without-label-form.html -------------------------------------------------------------------------------- /plugin-bulma/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bulma/horizontal-form.html -------------------------------------------------------------------------------- /plugin-bulma/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bulma/multiple-fields.html -------------------------------------------------------------------------------- /plugin-bulma/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-bulma/stacked-form.html -------------------------------------------------------------------------------- /plugin-declarative/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/basic.html -------------------------------------------------------------------------------- /plugin-declarative/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/bootstrap.html -------------------------------------------------------------------------------- /plugin-declarative/bootstrap3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/bootstrap3.html -------------------------------------------------------------------------------- /plugin-declarative/dynamic-field.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/dynamic-field.html -------------------------------------------------------------------------------- /plugin-declarative/dynamic-message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/dynamic-message.html -------------------------------------------------------------------------------- /plugin-declarative/plugins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/plugins.html -------------------------------------------------------------------------------- /plugin-declarative/recaptcha.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/recaptcha.html -------------------------------------------------------------------------------- /plugin-declarative/recaptcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-declarative/recaptcha.php -------------------------------------------------------------------------------- /plugin-default-submit/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-default-submit/basic.html -------------------------------------------------------------------------------- /plugin-default-submit/defaultSubmit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-default-submit/defaultSubmit.php -------------------------------------------------------------------------------- /plugin-default-submit/prevent-submit-on-enter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-default-submit/prevent-submit-on-enter.html -------------------------------------------------------------------------------- /plugin-dependency/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-dependency/basic.html -------------------------------------------------------------------------------- /plugin-dependency/compare-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-dependency/compare-fields.html -------------------------------------------------------------------------------- /plugin-excluded/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-excluded/basic.html -------------------------------------------------------------------------------- /plugin-excluded/excluded-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-excluded/excluded-option.html -------------------------------------------------------------------------------- /plugin-field-status/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-field-status/basic.html -------------------------------------------------------------------------------- /plugin-foundation/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-foundation/horizontal-form.html -------------------------------------------------------------------------------- /plugin-foundation/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-foundation/multiple-fields.html -------------------------------------------------------------------------------- /plugin-foundation/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-foundation/stacked-form.html -------------------------------------------------------------------------------- /plugin-icon/adjust-icon-position.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/adjust-icon-position.html -------------------------------------------------------------------------------- /plugin-icon/show-icons-custom-area.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/show-icons-custom-area.html -------------------------------------------------------------------------------- /plugin-icon/use-font-awesome-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-font-awesome-icons.html -------------------------------------------------------------------------------- /plugin-icon/use-glyphicons-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-glyphicons-icons.html -------------------------------------------------------------------------------- /plugin-icon/use-material-design-icons-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-material-design-icons-css.html -------------------------------------------------------------------------------- /plugin-icon/use-material-design-icons-event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-material-design-icons-event.html -------------------------------------------------------------------------------- /plugin-icon/use-semantic-ui-framework-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-semantic-ui-framework-icons.html -------------------------------------------------------------------------------- /plugin-icon/use-spectre-framework-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-spectre-framework-icons.html -------------------------------------------------------------------------------- /plugin-icon/use-svg-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-svg-icons.html -------------------------------------------------------------------------------- /plugin-icon/use-uikit-framework-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-icon/use-uikit-framework-icons.html -------------------------------------------------------------------------------- /plugin-international-telephone-input/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-international-telephone-input/basic.html -------------------------------------------------------------------------------- /plugin-international-telephone-input/declarative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-international-telephone-input/declarative.html -------------------------------------------------------------------------------- /plugin-international-telephone-input/get-full-number.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-international-telephone-input/get-full-number.html -------------------------------------------------------------------------------- /plugin-international-telephone-input/hidden-phone-input-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-international-telephone-input/hidden-phone-input-option.html -------------------------------------------------------------------------------- /plugin-international-telephone-input/multiple-hidden-inputs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-international-telephone-input/multiple-hidden-inputs.html -------------------------------------------------------------------------------- /plugin-j/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-j/basic.html -------------------------------------------------------------------------------- /plugin-j/manually-validate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-j/manually-validate.html -------------------------------------------------------------------------------- /plugin-j/valid-event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-j/valid-event.html -------------------------------------------------------------------------------- /plugin-l10n/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-l10n/basic.html -------------------------------------------------------------------------------- /plugin-l10n/custom-validator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-l10n/custom-validator.html -------------------------------------------------------------------------------- /plugin-mailgun/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mailgun/basic.html -------------------------------------------------------------------------------- /plugin-mandatory-icon/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mandatory-icon/basic.html -------------------------------------------------------------------------------- /plugin-mandatory-icon/bootstrap3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mandatory-icon/bootstrap3.html -------------------------------------------------------------------------------- /plugin-materialize/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-materialize/multiple-fields.html -------------------------------------------------------------------------------- /plugin-materialize/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-materialize/stacked-form.html -------------------------------------------------------------------------------- /plugin-message/customize-placement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-message/customize-placement.html -------------------------------------------------------------------------------- /plugin-message/dynamic-message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-message/dynamic-message.html -------------------------------------------------------------------------------- /plugin-message/multiple-checkboxes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-message/multiple-checkboxes.html -------------------------------------------------------------------------------- /plugin-milligram/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-milligram/horizontal-form.html -------------------------------------------------------------------------------- /plugin-milligram/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-milligram/multiple-fields.html -------------------------------------------------------------------------------- /plugin-milligram/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-milligram/stacked-form.html -------------------------------------------------------------------------------- /plugin-mini/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mini/horizontal-form.html -------------------------------------------------------------------------------- /plugin-mini/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mini/multiple-fields.html -------------------------------------------------------------------------------- /plugin-mini/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mini/stacked-form.html -------------------------------------------------------------------------------- /plugin-mui/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mui/multiple-fields.html -------------------------------------------------------------------------------- /plugin-mui/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-mui/stacked-form.html -------------------------------------------------------------------------------- /plugin-password-strength/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-password-strength/basic.html -------------------------------------------------------------------------------- /plugin-password-strength/custom-message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-password-strength/custom-message.html -------------------------------------------------------------------------------- /plugin-password-strength/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-password-strength/progress-bar.html -------------------------------------------------------------------------------- /plugin-pure/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-pure/horizontal-form.html -------------------------------------------------------------------------------- /plugin-pure/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-pure/stacked-form.html -------------------------------------------------------------------------------- /plugin-recaptcha/invisible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha/invisible.html -------------------------------------------------------------------------------- /plugin-recaptcha/verificationWithCurl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha/verificationWithCurl.php -------------------------------------------------------------------------------- /plugin-recaptcha/widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha/widget.html -------------------------------------------------------------------------------- /plugin-recaptcha3-token/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha3-token/basic.html -------------------------------------------------------------------------------- /plugin-recaptcha3/invisible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha3/invisible.html -------------------------------------------------------------------------------- /plugin-recaptcha3/use-with-excluded-plugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha3/use-with-excluded-plugin.html -------------------------------------------------------------------------------- /plugin-recaptcha3/verificationWithCurl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha3/verificationWithCurl.php -------------------------------------------------------------------------------- /plugin-recaptcha3/verificationWithFileContents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-recaptcha3/verificationWithFileContents.php -------------------------------------------------------------------------------- /plugin-semantic/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-semantic/horizontal-form.html -------------------------------------------------------------------------------- /plugin-semantic/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-semantic/multiple-fields.html -------------------------------------------------------------------------------- /plugin-semantic/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-semantic/stacked-form.html -------------------------------------------------------------------------------- /plugin-sequence/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-sequence/basic.html -------------------------------------------------------------------------------- /plugin-shoelace/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-shoelace/horizontal-form.html -------------------------------------------------------------------------------- /plugin-shoelace/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-shoelace/multiple-fields.html -------------------------------------------------------------------------------- /plugin-shoelace/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-shoelace/stacked-form.html -------------------------------------------------------------------------------- /plugin-spectre/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-spectre/horizontal-form.html -------------------------------------------------------------------------------- /plugin-spectre/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-spectre/multiple-fields.html -------------------------------------------------------------------------------- /plugin-spectre/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-spectre/stacked-form.html -------------------------------------------------------------------------------- /plugin-start-end-date/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-start-end-date/basic.html -------------------------------------------------------------------------------- /plugin-submit-button/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-submit-button/basic.html -------------------------------------------------------------------------------- /plugin-submit-button/external-button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-submit-button/external-button.html -------------------------------------------------------------------------------- /plugin-submit-button/live-mode-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-submit-button/live-mode-option.html -------------------------------------------------------------------------------- /plugin-tachyons/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tachyons/horizontal-form.html -------------------------------------------------------------------------------- /plugin-tachyons/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tachyons/multiple-fields.html -------------------------------------------------------------------------------- /plugin-tachyons/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tachyons/stacked-form.html -------------------------------------------------------------------------------- /plugin-tooltip/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tooltip/bootstrap.html -------------------------------------------------------------------------------- /plugin-tooltip/bootstrap3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tooltip/bootstrap3.html -------------------------------------------------------------------------------- /plugin-tooltip/placement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tooltip/placement.html -------------------------------------------------------------------------------- /plugin-tooltip/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-tooltip/tachyons.html -------------------------------------------------------------------------------- /plugin-transformer/email-address.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-transformer/email-address.html -------------------------------------------------------------------------------- /plugin-transformer/numeric.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-transformer/numeric.html -------------------------------------------------------------------------------- /plugin-transformer/phone.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-transformer/phone.html -------------------------------------------------------------------------------- /plugin-transformer/tinymce.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-transformer/tinymce.html -------------------------------------------------------------------------------- /plugin-transformer/uri.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-transformer/uri.html -------------------------------------------------------------------------------- /plugin-trigger/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-trigger/basic.html -------------------------------------------------------------------------------- /plugin-trigger/pending-validation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-trigger/pending-validation.html -------------------------------------------------------------------------------- /plugin-trigger/threshold-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-trigger/threshold-option.html -------------------------------------------------------------------------------- /plugin-turnstile/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-turnstile/basic.html -------------------------------------------------------------------------------- /plugin-turnstile/invisible-challenge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-turnstile/invisible-challenge.html -------------------------------------------------------------------------------- /plugin-turret/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-turret/stacked-form.html -------------------------------------------------------------------------------- /plugin-typing-animation/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-typing-animation/basic.html -------------------------------------------------------------------------------- /plugin-ui-kit/horizontal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-ui-kit/horizontal-form.html -------------------------------------------------------------------------------- /plugin-ui-kit/multiple-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-ui-kit/multiple-fields.html -------------------------------------------------------------------------------- /plugin-ui-kit/stacked-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-ui-kit/stacked-form.html -------------------------------------------------------------------------------- /plugin-wizard/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-wizard/basic.html -------------------------------------------------------------------------------- /plugin-wizard/next-step.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/plugin-wizard/next-step.html -------------------------------------------------------------------------------- /preact/DemoForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/preact/DemoForm.js -------------------------------------------------------------------------------- /preact/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/preact/index.html -------------------------------------------------------------------------------- /preventing-user-to-have-same-value-as-the-placeholder/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/preventing-user-to-have-same-value-as-the-placeholder/index.html -------------------------------------------------------------------------------- /react/DemoForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/react/DemoForm.js -------------------------------------------------------------------------------- /react/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/react/index.html -------------------------------------------------------------------------------- /redom/DemoForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/redom/DemoForm.js -------------------------------------------------------------------------------- /redom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/redom/index.html -------------------------------------------------------------------------------- /regenerating-captcha-when-the-form-is-invalid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/regenerating-captcha-when-the-form-is-invalid/index.html -------------------------------------------------------------------------------- /requiring-all-options-to-be-selected/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/requiring-all-options-to-be-selected/index.html -------------------------------------------------------------------------------- /requiring-at-least-one-field/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/requiring-at-least-one-field/index.html -------------------------------------------------------------------------------- /riot/DemoForm.riot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/riot/DemoForm.riot -------------------------------------------------------------------------------- /riot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/riot/index.html -------------------------------------------------------------------------------- /setting-dynamic-regular-expression/callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/setting-dynamic-regular-expression/callback.html -------------------------------------------------------------------------------- /setting-dynamic-regular-expression/update-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/setting-dynamic-regular-expression/update-option.html -------------------------------------------------------------------------------- /showing-all-messages/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-all-messages/index.html -------------------------------------------------------------------------------- /showing-credit-card-icon/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-credit-card-icon/index.html -------------------------------------------------------------------------------- /showing-custom-message-returned-from-server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-custom-message-returned-from-server/index.html -------------------------------------------------------------------------------- /showing-dynamic-message/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-dynamic-message/bootstrap.html -------------------------------------------------------------------------------- /showing-dynamic-message/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-dynamic-message/tachyons.html -------------------------------------------------------------------------------- /showing-icons-in-custom-area/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-icons-in-custom-area/index.html -------------------------------------------------------------------------------- /showing-messages-in-custom-area/callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-messages-in-custom-area/callback.html -------------------------------------------------------------------------------- /showing-messages-in-custom-area/container.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-messages-in-custom-area/container.html -------------------------------------------------------------------------------- /showing-only-one-message-each-time/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/showing-only-one-message-each-time/index.html -------------------------------------------------------------------------------- /special-field-name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/special-field-name/index.html -------------------------------------------------------------------------------- /supporting-custom-date-format/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/supporting-custom-date-format/index.html -------------------------------------------------------------------------------- /switching-validators-on-the-same-field/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/switching-validators-on-the-same-field/index.html -------------------------------------------------------------------------------- /terms-and-conditions-agreement-validation/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/terms-and-conditions-agreement-validation/basic.html -------------------------------------------------------------------------------- /terms-and-conditions-agreement-validation/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/terms-and-conditions-agreement-validation/modal.html -------------------------------------------------------------------------------- /toggle-validators-based-on-the-given-condition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/toggle-validators-based-on-the-given-condition/index.html -------------------------------------------------------------------------------- /trimming-a-value/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/trimming-a-value/index.html -------------------------------------------------------------------------------- /updating-validator-options/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/updating-validator-options/index.html -------------------------------------------------------------------------------- /use-with-requirejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/README.md -------------------------------------------------------------------------------- /use-with-requirejs/www/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/app.js -------------------------------------------------------------------------------- /use-with-requirejs/www/app/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/app/main.js -------------------------------------------------------------------------------- /use-with-requirejs/www/app/messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/app/messages.js -------------------------------------------------------------------------------- /use-with-requirejs/www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/index.html -------------------------------------------------------------------------------- /use-with-requirejs/www/lib/print.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/lib/print.js -------------------------------------------------------------------------------- /use-with-requirejs/www/lib/require.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/use-with-requirejs/www/lib/require.js -------------------------------------------------------------------------------- /using-flatpickr-for-start-and-end-dates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-flatpickr-for-start-and-end-dates/index.html -------------------------------------------------------------------------------- /using-glyphicons-icons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-glyphicons-icons/index.html -------------------------------------------------------------------------------- /using-html-5-inputs-and-attributes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-html-5-inputs-and-attributes/index.html -------------------------------------------------------------------------------- /using-material-design-icons/material-design-event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-material-design-icons/material-design-event.html -------------------------------------------------------------------------------- /using-material-design-icons/material-design.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-material-design-icons/material-design.html -------------------------------------------------------------------------------- /using-svg-icons/fontawesome-svg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-svg-icons/fontawesome-svg.html -------------------------------------------------------------------------------- /using-svg-icons/svg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/using-svg-icons/svg.html -------------------------------------------------------------------------------- /validating-an-avatar-url/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-an-avatar-url/index.html -------------------------------------------------------------------------------- /validating-checkbox-list-placed-in-multiple-columns/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-checkbox-list-placed-in-multiple-columns/bootstrap.html -------------------------------------------------------------------------------- /validating-checkbox-list-placed-in-multiple-columns/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-checkbox-list-placed-in-multiple-columns/tachyons.html -------------------------------------------------------------------------------- /validating-credit-card-expiration-date/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-credit-card-expiration-date/index.html -------------------------------------------------------------------------------- /validating-date-range/range-moment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-date-range/range-moment.html -------------------------------------------------------------------------------- /validating-date-range/range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-date-range/range.html -------------------------------------------------------------------------------- /validating-fields-placed-in-table-cells/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-fields-placed-in-table-cells/bootstrap.html -------------------------------------------------------------------------------- /validating-fields-placed-in-table-cells/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-fields-placed-in-table-cells/tachyons.html -------------------------------------------------------------------------------- /validating-form-manually/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-form-manually/index.html -------------------------------------------------------------------------------- /validating-multiple-inputs-as-one-with-wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-multiple-inputs-as-one-with-wizard/index.html -------------------------------------------------------------------------------- /validating-multiple-inputs-as-one/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-multiple-inputs-as-one/index.html -------------------------------------------------------------------------------- /validating-social-account-url/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validating-social-account-url/index.html -------------------------------------------------------------------------------- /validator-between/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-between/bootstrap.html -------------------------------------------------------------------------------- /validator-between/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-between/tachyons.html -------------------------------------------------------------------------------- /validator-bic/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-bic/bootstrap.html -------------------------------------------------------------------------------- /validator-bic/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-bic/tachyons.html -------------------------------------------------------------------------------- /validator-callback/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-callback/bootstrap.html -------------------------------------------------------------------------------- /validator-callback/declarative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-callback/declarative.html -------------------------------------------------------------------------------- /validator-callback/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-callback/tachyons.html -------------------------------------------------------------------------------- /validator-choice/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-choice/bootstrap.html -------------------------------------------------------------------------------- /validator-choice/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-choice/tachyons.html -------------------------------------------------------------------------------- /validator-color/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-color/bootstrap.html -------------------------------------------------------------------------------- /validator-color/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-color/html5.html -------------------------------------------------------------------------------- /validator-color/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-color/tachyons.html -------------------------------------------------------------------------------- /validator-credit-card/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-credit-card/bootstrap.html -------------------------------------------------------------------------------- /validator-credit-card/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-credit-card/tachyons.html -------------------------------------------------------------------------------- /validator-cusip/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-cusip/bootstrap.html -------------------------------------------------------------------------------- /validator-cusip/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-cusip/tachyons.html -------------------------------------------------------------------------------- /validator-date/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-date/bootstrap.html -------------------------------------------------------------------------------- /validator-date/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-date/tachyons.html -------------------------------------------------------------------------------- /validator-different/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-different/bootstrap.html -------------------------------------------------------------------------------- /validator-different/declarative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-different/declarative.html -------------------------------------------------------------------------------- /validator-different/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-different/tachyons.html -------------------------------------------------------------------------------- /validator-ean/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ean/bootstrap.html -------------------------------------------------------------------------------- /validator-ean/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ean/tachyons.html -------------------------------------------------------------------------------- /validator-ein/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ein/bootstrap.html -------------------------------------------------------------------------------- /validator-ein/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ein/tachyons.html -------------------------------------------------------------------------------- /validator-email-address/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-email-address/bootstrap.html -------------------------------------------------------------------------------- /validator-email-address/declarative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-email-address/declarative.html -------------------------------------------------------------------------------- /validator-email-address/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-email-address/html5.html -------------------------------------------------------------------------------- /validator-email-address/multiple-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-email-address/multiple-option.html -------------------------------------------------------------------------------- /validator-email-address/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-email-address/tachyons.html -------------------------------------------------------------------------------- /validator-file/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-file/bootstrap.html -------------------------------------------------------------------------------- /validator-file/result-meta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-file/result-meta.html -------------------------------------------------------------------------------- /validator-file/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-file/tachyons.html -------------------------------------------------------------------------------- /validator-greater-than/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-greater-than/bootstrap.html -------------------------------------------------------------------------------- /validator-greater-than/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-greater-than/tachyons.html -------------------------------------------------------------------------------- /validator-grid/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-grid/bootstrap.html -------------------------------------------------------------------------------- /validator-grid/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-grid/tachyons.html -------------------------------------------------------------------------------- /validator-iban/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-iban/bootstrap.html -------------------------------------------------------------------------------- /validator-iban/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-iban/tachyons.html -------------------------------------------------------------------------------- /validator-id/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-id/bootstrap.html -------------------------------------------------------------------------------- /validator-id/callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-id/callback.html -------------------------------------------------------------------------------- /validator-id/declarative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-id/declarative.html -------------------------------------------------------------------------------- /validator-id/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-id/tachyons.html -------------------------------------------------------------------------------- /validator-identical/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-identical/bootstrap.html -------------------------------------------------------------------------------- /validator-identical/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-identical/tachyons.html -------------------------------------------------------------------------------- /validator-imei/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-imei/bootstrap.html -------------------------------------------------------------------------------- /validator-imei/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-imei/tachyons.html -------------------------------------------------------------------------------- /validator-imo/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-imo/bootstrap.html -------------------------------------------------------------------------------- /validator-imo/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-imo/tachyons.html -------------------------------------------------------------------------------- /validator-integer/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-integer/bootstrap.html -------------------------------------------------------------------------------- /validator-integer/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-integer/html5.html -------------------------------------------------------------------------------- /validator-integer/locale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-integer/locale.html -------------------------------------------------------------------------------- /validator-integer/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-integer/tachyons.html -------------------------------------------------------------------------------- /validator-ip/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ip/bootstrap.html -------------------------------------------------------------------------------- /validator-ip/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ip/tachyons.html -------------------------------------------------------------------------------- /validator-isbn/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-isbn/bootstrap.html -------------------------------------------------------------------------------- /validator-isbn/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-isbn/tachyons.html -------------------------------------------------------------------------------- /validator-isin/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-isin/bootstrap.html -------------------------------------------------------------------------------- /validator-isin/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-isin/tachyons.html -------------------------------------------------------------------------------- /validator-ismn/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ismn/bootstrap.html -------------------------------------------------------------------------------- /validator-ismn/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-ismn/tachyons.html -------------------------------------------------------------------------------- /validator-issn/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-issn/bootstrap.html -------------------------------------------------------------------------------- /validator-issn/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-issn/tachyons.html -------------------------------------------------------------------------------- /validator-meid/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-meid/bootstrap.html -------------------------------------------------------------------------------- /validator-meid/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-meid/tachyons.html -------------------------------------------------------------------------------- /validator-not-empty/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-not-empty/bootstrap.html -------------------------------------------------------------------------------- /validator-not-empty/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-not-empty/html5.html -------------------------------------------------------------------------------- /validator-not-empty/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-not-empty/tachyons.html -------------------------------------------------------------------------------- /validator-numeric/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-numeric/bootstrap.html -------------------------------------------------------------------------------- /validator-numeric/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-numeric/tachyons.html -------------------------------------------------------------------------------- /validator-phone/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-phone/bootstrap.html -------------------------------------------------------------------------------- /validator-phone/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-phone/tachyons.html -------------------------------------------------------------------------------- /validator-promise/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-promise/bootstrap.html -------------------------------------------------------------------------------- /validator-promise/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-promise/tachyons.html -------------------------------------------------------------------------------- /validator-regexp/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-regexp/bootstrap.html -------------------------------------------------------------------------------- /validator-regexp/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-regexp/html5.html -------------------------------------------------------------------------------- /validator-regexp/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-regexp/tachyons.html -------------------------------------------------------------------------------- /validator-remote/access-meta-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-remote/access-meta-data.html -------------------------------------------------------------------------------- /validator-remote/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-remote/basic.html -------------------------------------------------------------------------------- /validator-rtn/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-rtn/bootstrap.html -------------------------------------------------------------------------------- /validator-rtn/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-rtn/tachyons.html -------------------------------------------------------------------------------- /validator-sedol/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-sedol/bootstrap.html -------------------------------------------------------------------------------- /validator-sedol/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-sedol/tachyons.html -------------------------------------------------------------------------------- /validator-string-case/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-string-case/bootstrap.html -------------------------------------------------------------------------------- /validator-string-case/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-string-case/tachyons.html -------------------------------------------------------------------------------- /validator-string-length/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-string-length/bootstrap.html -------------------------------------------------------------------------------- /validator-string-length/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-string-length/html5.html -------------------------------------------------------------------------------- /validator-string-length/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-string-length/tachyons.html -------------------------------------------------------------------------------- /validator-uri/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-uri/bootstrap.html -------------------------------------------------------------------------------- /validator-uri/html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-uri/html5.html -------------------------------------------------------------------------------- /validator-uri/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-uri/tachyons.html -------------------------------------------------------------------------------- /validator-vat/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-vat/bootstrap.html -------------------------------------------------------------------------------- /validator-vat/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-vat/tachyons.html -------------------------------------------------------------------------------- /validator-vin/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-vin/bootstrap.html -------------------------------------------------------------------------------- /validator-vin/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-vin/tachyons.html -------------------------------------------------------------------------------- /validator-zip-code/bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-zip-code/bootstrap.html -------------------------------------------------------------------------------- /validator-zip-code/tachyons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/validator-zip-code/tachyons.html -------------------------------------------------------------------------------- /vue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/vue/index.html -------------------------------------------------------------------------------- /webpack/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/.babelrc -------------------------------------------------------------------------------- /webpack/.gitignore: -------------------------------------------------------------------------------- 1 | dist 2 | node_modules 3 | package-lock.json -------------------------------------------------------------------------------- /webpack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/README.md -------------------------------------------------------------------------------- /webpack/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/package.json -------------------------------------------------------------------------------- /webpack/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/src/index.html -------------------------------------------------------------------------------- /webpack/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/src/index.ts -------------------------------------------------------------------------------- /webpack/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/tsconfig.json -------------------------------------------------------------------------------- /webpack/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/form-validation/examples/HEAD/webpack/webpack.config.js --------------------------------------------------------------------------------