How do I add a custom table to a form in another module in Drupal?
Posted
by Kareed
on Stack Overflow
See other posts from Stack Overflow
or by Kareed
Published on 2010-06-15T16:55:36Z
Indexed on
2010/06/15
17:12 UTC
Read the original article
Hit count: 127
I am trying to make a module to add a table to a form in another module. I found I can add the new data in a module_form_alter hook but how to I get it to run through a theme hook? The module I am trying to modify has a theme hook for the page I want to modify. I don't want to change the original form I just want to add a table with new data below it. Thanks
© Stack Overflow or respective owner