How to remove title from SPD in add new form.aspx. My list name is search.when i add new item it shows search - New Item, On edit it shows search - Title.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can go to List Settings -> Advance Settings -> Allow Management of Content Types radio button to Yes
Then click Item Content Type in List Settings -> click Title -> Hidden (will not appear in forms)
It will save you from editing List Form using SharePoint Designer 2010 |
||||
|
|
|
If you want to hide dialog title:
you should add "display:none;" to the css of
in my css file it's on the 7606 string. You also can set css on the page of the form in spd
|
|||
|
|


