16 Oct
2009
16 Oct
'09
12:23 a.m.
I hook menu with an item $items['admin/....'] and give it a page callback of drupal_get_form and the page arguments being the function in my module that defines the form. It's defined as a normal menu item. I click the menu item and up comes the form. So far everything as expected. What -isn't- expected is that in looking at the page source, the action for both this form, and the search form, are now both the path for this form.