31 Jan
2013
31 Jan
'13
6:27 p.m.
In a module, I am using drupal_get_form() to load a form from a .inc file. That works fine. But when it is submitted, the submission handler can't be found; it's also in the .inc file. How do I get around this? Nancy