Registering Drupal Menu Paths?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-05-10T18:00:26Z
Indexed on
2010/05/10
18:04 UTC
Read the original article
Hit count: 216
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.
© Stack Overflow or respective owner