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

svendecabooter’s picture

Status: Active » Closed (won't fix)

This 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