Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide Webform Title in drupal 7

I have a Webform with various fields. At the time of display, title of the webform also displayed. I want to avoid that title. Is it possible to hide the title? Please help me...

This is the webform I created. I want to hide the title 'Contact Form'

enter image description here

like image 591
sjkon Avatar asked Nov 23 '12 11:11

sjkon


1 Answers

If the title is coming from the node title then you can use http://drupal.org/project/auto_nodetitle module to disable the page title.

You can find the settings under the content type settings. Do not that the settings you apply will be content type level. So titles of all the content for the particular content type will be hidden.

like image 157
Gokul N K Avatar answered Oct 31 '22 14:10

Gokul N K