Calling form validate functions in include files from other modules
Submitted by Jeff Geerling on November 30, 2011 - 3:52pm
Update: See comments below, and completely ignore this post. Nothing to see here...
module_load_include() is a great way to add code from other module's include files, but it doesn't always work as you'd expect. Recently, I was building a form in one module that pulled up a validation function from another module when a particular submit button was pressed:
