I don't know if i'm doing something wrong here. I have enabled the Insert Node filter for a specific input format and used the following notation:
[node:10 webform]
The form is displayed properly but I'm getting the error message:
Unknown tag parameter ''.
and the form does not seem to work. When I remove the webform parameter:
[node:10]
the above-mentioned error message disappears, but the form still doesn't work. Since there are no examples in the documentation about webform, I'm guessing that I have entered the parameter in a wrong way? I took a look at the code in InsertNode.pages.inc and it seems to me that it should work with the notation that I used, however it does not.
Notes:
The webform module is enabled and functional (was using 2.x version and thought that this might have been the problem so I upgraded to the latest 3.x and still doesn't work)
Comments
Comment #1
AlexisWilke commentedTry with
[node:10 cck=webform;]
It is documented in the CCK page. I guess that's not the best way to document that part since it is not self explanatory (cck=<name>; does not always reference a CCK field...)
http://www.m2osw.com/doc-insert-node-parameter-cck
I thought I tried and got the webform to work, but well... there could be another problem. Do you see any error in your Drupal reports or Apache log?
Thank you.
Alexis