I want to have the user find a node, and then call up a function of mine with the node id when they submit. I tried with hooks, but I can't get it to work. Any ideas?
I want to have the user find a node, and then call up a function of mine with the node id when they submit. I tried with hooks, but I can't get it to work. Any ideas?
Comments
Comment #1
Driscoll commentedOkay, I figured that out. Now I need a add a variable to the form. So when I submit, I add that node to a list. Is that possible?
Comment #2
danielb commentedYou would have to do something like this in a module
Comment #3
danielb commented