Closed (duplicate)
Project:
Clientside Validation
Version:
7.x-1.30
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 09:50 UTC
Updated:
25 Mar 2012 at 18:29 UTC
I have installed the Field Validation module. Clientside Validation is working for Numeric values. However, it is not working for Must match another field. After I submit or preview the node, the Field Validation module kicks in, so it is working for that module by itself. Both "must equal an other field" and "can not equal an other field" are listed as supported. Is there another way to get validation for those options, because it doesn't seem to be working in tandem with Field Validation module?
Comments
Comment #1
jelle_sThese validations are indeed supported for the Webform Validation module. In this module this rule regards two fields on the same page, which we can easily check with javascript.
In the Field Validation module however, this is regarding fields within the database. That's why it isn't supported by the Clientside Validation module.
See also #1494974: Unique validation
Comment #2
Coupon Code Swap commentedI see. So technically, the Clientside Validation Field Validation submodule doesn't do AJAX validation. Are there any plans to implement this in the future?
Comment #3
attiks commentedClientside validation supports ajax based validation rules, the only thing that has to be done is to write the code to integrate it.
See #1494974-3: Unique validation
Marking this one as duplicate, discuss possible code/solution in #1494974: Unique validation