Closed (won't fix)
Project:
Webform Validation
Version:
6.x-1.3
Component:
Validation rules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 16:33 UTC
Updated:
24 Jan 2011 at 16:39 UTC
I'd love for the ability to verify a numeric field against a MySQL table of 10,000 unique IDs to verifiy that the ID is in the table before the form is submitted. Might this be something to include in this module? Or, is there a more efficient method of doing this (Form API)?
Thanks!
Comments
Comment #1
svendecabooterThis functionality is too specific for your given use case... As far I know there's no easy way to make this generic and include it in the module.
But you can use the hooks provided by the module to validate against your ID dataset in a custom module you can write.
An example of this:
http://drupal.org/node/822146#comment-3080360