Monday, August 7, 2017

Show the List Title in form views (NewForm.aspx, EditForm.aspx, DispForm.aspx)

Whenever the ribbon is being shown the title of the list will not be displayed:


So the user might not have any context to where they are.  So to add the Title of the list, use the following css into the PlaceHolderPageTitleInTitleArea content placeholder for NewForm.aspx, EditForm.aspx and DispForm.aspx pages in SharePoint Designer:

<style> 
    #s4-titlerow { 
display: block !important; 
    } 
</style> 

into:



And then you'll have a title in your form:






No comments: