Download & Extend

leave out title when inserting webform

Project:InsertNode
Version:6.x-1.3
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I'm really happy that I can insert a webform using the cck=webform; parameter, but it would be even better if there was a way to leave off the title of the webform node.

Maybe it could be implemented so that the cck=webform; parameter only inserts the "Form components" of the webform and users could add title, body, and other fields separately if so desired.

Comments

#1

Is there an API to do so?

At this time we call webform_view() to make it work... I don't want to use obscure calls!

Also, maybe you could look in a way to hide the webform title with CSS. Obviously, if you create new webforms all the time, it may not be easy to do that...

Thank you.
Alexis

#2

I don't really know anything about APIs for any of this stuff. It was just an idea that would make things convenient for me as a site builder.

I'll probably go with CSS to hide the title for now.

Thanks for the response though!