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:
Post a Comment