I am thinking of using mainly the book module for my site structure (because it is robust, the structure is clear, and the breadcrumbs and navigation display nicely).

However, obviously, I cannot include dynamic content or "fancy" content (like webforms).

I found a first trick to get dynamic content in a book by using the "insert view" module. I can then have a page book that lists all sorts of content, with filters, etc...
To use this module I just add this syntax in the page book content:
[view:[name_of_view]]

Now what I would need is the exact same thing, but with using the content of another node, instead of a view.
For example, I could create a contact form, then in my book page, have something like:
[node:[webform_node_id]]

So the content of my book page would be drawn from that other node (actually, it's the generated html that would be drawn from that node)

Do you think that's possible?

Comments

Hubert_r’s picture

Oh, actually I can just add the webform to the book outline... But never mind, this "drawing content from node" would still be useful for me.