I have a content type (A) that references one node of another content type (B). The specified node reference (B) can be programmatically determined using information for the user creating this new node (A) ... Each user can create only one node of the reference content type (B), so this single node will always refer to nodes of the content type B that the user creates.
Since the reference node is always known, I do not want the user to enter a control value, I want to set it for them behind the scenes. I found several threads about this, but none of them seem clear or really work for me.
Any help would be greatly appreciated.
Note: Drupal 6
source
share