Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
114.94 KB
MD5: 4badb87b1b0a3174a2bd20d6218e7ad7
SHA-1: 411cc16ce6b8dd7bec495ccbe414ee5e76cb128d
SHA-256: 3dc14c2b710e0517abfe45ffac7c830efc0171f1af4cdcee0f06e4842c3f6d3a
Download zip
139.63 KB
MD5: 65a9c8d7c3ae6689d0362b72fa277119
SHA-1: 41d038696eea695736fce0ae56689e4db712e589
SHA-256: 5e76e3a51b35ce82ceed8ca6b236fe15727d886cbf6615b98734234f10437583
Release notes
Changes since 7.x-1.37:
- #2114207 by thekatic: Fixed Notice when in Read only mode.
- Fix date validation
- Fix closure when changing ajax behaviors
- this.optional(element) for phone validation
- #1886424 by Liam Morland, kpaxman: Fixed Date validation fails when text is used instead of numbers.
- #2035947 by haggins: Fixed Variables not removed when uninstalling.
- #2036661 by haggins: Fixed Validation on #rules too eager.
- #2051667 by Denis Danielyan: Added Webform 7.x-4.0-alpha9 'negate flag' does not work.
- #2055923 by Liam Morland: Fixed Grammer error: to 'be' different.
- #1966832 by Martijn Houtman: Fixed Incorrect use of hook_js_alter().
- #1881684 by webdrips, mpgeek, vbouchet | jfinkel: Fixed v1.37 breaks date_popup() validation.
- #2056219 by inventlogic: Fixed General problem with drupal AJAX requests prevented by clientside validation.
- #1969464 by ayalas: Added ability to disable clientside validation for a form element.
- #1995314 by sgerrand: Fixed Access method on regex string fails in IE7+ browsers.
- #1902336 by pivanov | Ronino: Fixed Fields with the same name in different forms merge rules.
- #1974618 by -enzo- | Mujtaba Ahmed: Fixed Does clientside validation supports field validation module.
- #2026437 by fearlsgroove: Fixed Incorrectly hides single server side error message.
- #2014437 by mrfelton: Fixed Undefined index: #form_id() in _clientside_validation_add_general_settings() line 412 clientside_validation().module.
- #1730952 by drupalrv, Davidovich: Fixed Validate ajax submits clientside before doing ajax request.
- #1959434 by jm.federico: Fixed Empty "forms" settings for first form breaks validation.
- support ctools modal
- #1960140 by jucallme: Fixed typo in 'Please fill in at least on of the fields'.
- better date validation
- date.setMonth needs a day
- #1804812 by splatio | SeanBannister: Added Bug when error displayed under a textarea field with a grippie.
- #1930758 by dezofie: Fixed Stripped Form ID causes validation missing when you have two forms in one page.
- #1923852 by Liam Morland: Fixed Notice: Undefined index: captcha_widgets() in clientside_validation_webform_after_build_recurse().
- #1924838 by Liam Morland: Fixed clientside_validation_webform() should not depend on clientside_validation_form().
- #1378110 by ydnar79: Conflict with Clientside Validation module.
- #1896426 by MXT: Fixed 'FIELD-NAME is a required field' became 'This field is required' upgrading to latest DEV.
- #1881684 by jfinkel: Fixed v1.37 breaks date_popup() validation.
- #1886424 by Liam Morland: typo fixed
- #1886424 by Liam Morland: Fixed Date validation fails when text is used instead of numbers.
- remove unused vars
- changelog
- #1705112 by nishyaadi: Checkboxes validation.