Page 1 of 1

Hide Ribbon Tab Option Not Working

Posted: 28 Jul 2017
by smithme
First, I would like to thank this forum for the quick responses to my many questions.

Now for the next question.

I have turned on the Hide Ribbon Tab option for my child form in a one-to-many list. The ribbon is hidden just fine if I open the forms straight from the child list. When I go through the parent form and click add item to add a child, the new form still has the ribbon in the modal dialog of the child form.

Should the hide ribbon be working in the modal form or is that only going to work on page forms?

Thank you.

Re: Hide Ribbon Tab Option Not Working

Posted: 31 Jul 2017
by Nikita Kurguzov
Hello!
Are you using CSS to hide the ribbon? This code should work in both scenarios:

Code: Select all

#s4-ribbonrow
{
	display: none;
}