Hi,
I created a webform-node and wanted to link it from my startpage (panel-page). When I found out, that (in contrast to other content-types) there is no option for: "display teaser y/n in the main body-text". So the teaser is shown always and the option is missing to only display it in the teaser. Now the teaser also shows up in the webform, which is suboptimal. I dont want the teaser to show up in the webform itself.
I think this might be a groovy feature to implement to hide the teaser on the webform.
Secondly my workaround up until implementation of the feature might be useful for others having the same prob:
I use CSS to hide the tease in the webform.
So my webform-description maintext gets an additional class-name "hideme", which surrounds the teaser and in the main css-file (layout.css in my case) i've added a:
.page-content-NAME-OF-YOUR-FORMPAGE .hideme {
display: none;
}This works optically perfect, but still i'd recommend to implement a "hide teaser"-option...
The teaser shows up everywhere and you can split it like always with BREAK, and on the webform it does no longer appear. ;)
regards
Cedrix
Comments
Comment #1
AlexisWilke commentedCan't you create an empty teaser for your webform node instead?
Comment #2
quicksketchWebform 3 does not affect the node form in any way, so the teaser option is now back just like any other node type (Webform puts all its configuration in a separate tab now).