Search code examples
drupaldrupal-6drupal-routes

Registering Drupal Menu Paths?


If I am making a module, and want to have two custom paths:

path/path/path/index.htm (calls drupal_get_form)

and post to

path/path/path/result.htm

How do you do that? I get a 404 on the second path. I get the form and what I want with the first path easily enough. All I want to do is theme the form results as a drupal table and display it here.


Solution

  • Got it. Implemented AHAH and all that. Forgot a parameter in my callback.