Active
Project:
Field Validation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2012 at 14:20 UTC
Updated:
11 Jan 2013 at 13:05 UTC
Great module, very effective.
However, may I suggest two more validators ?
1) It's presently possible to match a field against another. It would be much more powerful to be able to make more generic comparisons between two fields. For example : compare two date fields to ensure one date is greater (or lower) than the other.
2) Probably more tricky to code : ability to compare a field value against its initial (form built) value in order to forbid illegal transitions. For example, forbid to decrease a date field value, forbid to increase an integer value by more than a certain increment, etc.
Maybe I'm wrong, but I think that, if not too hard to code, those features would be highly appreciated.
Comments
Comment #1
g089h515r806 commentedThe first validator could be solved by support entity tokens module.