|
D6. I have an ajax popop form I have appear when creating a node. It
contains a choice of terms from the node body to add to
vocabularies. Since I don't know the nid yet, I serialize that form
with js and store it in the node form in a hidden field. I can't add the data to the node_term table until the save is complete...but I don't know how to move the data along to that point. I can put a submit handler before the normal one, and that gives me access to the data via the form, but by the time I get to where hook_nodeapi op pre_save would fire, there is no form and that field info won't be present in the node. Yikes. Jeff --
I am a non sequitur. Beware, the contents were packaged where peanuts are processed.
|
- [development] Node limbo jeff
- Re: [development] Node limbo Scott Reynen
- Re: [development] Node limbo jeff
- Re: [development] Node limbo Scott Reynen
