By f1vlad on
Hi, I have a unique project and it's pretty hard to describe in few words. But what I was wondering was how is it possible to generate node behind the scene?
Example:
1. User registers
2. User fills out a long multipage form
3. Clicks submit and it all goes into custom table in drupal database.
4. Upon submission, a node is created without user knowing. It's for admin purposes.
Question is, can someone help me get a basic code for node generation and how to correctly do it? I have searched but haven't found anything about it.
Thanks in advance,
Vlad
Comments
Check out this node:
Check out this node: http://drupal.org/node/67887. It contains a lot of scripts and snippets for inserting nodes into the drupal database. It's not the complete answer to your question, but it's a start I think.
Thank you very much, this is
Thank you very much, this is very helpful!