Hi. I'm using the Webform module and it's working great. I'd like to know how I can add one of these forms to a node, though.

I know I can use the webform page itself as the node, and that I can add it using PHP, and that I can add a block and place it in the page, but I'll have some non-techy users making updates to some of these pages, and I'd like to have them add a form to content (like page) by clicking a button or copy-pasting a code.

Is this possible? Is there an easy way to do this?

Thanks,
Brendan

Comments

sprite’s picture

There isn't any free lunch with such features.
Sooner or later somebody is going to have develop some rudimentary knowledge of what is going on.
It is possible though, to create a catalog of forms with Views and a role restricted block or dialog with access to the form catalog.
In addition, entity embed is available within nodes, but even that requires some basic knowledge of underlying structures.

spritefully yours
Technical assistance provided to the Drupal community on my own time ...
Thank yous appreciated ...

bdparker’s picture

Ok, then we used the Webform as it's own content type. No big deal! It gives us the same result, but it's just a bit more awkward to develop. Thanks!