Hi,
Is there any way to hide the Insights tab from the standard Contact form ?
When you choose Hide it does not hide the Insights-tab.
Hi,
Is there any way to hide the Insights tab from the standard Contact form ?
When you choose Hide it does not hide the Insights-tab.
Hi Partner,
Yes, it also can't be hidden through checking 'Hide' button in my test.
However, it can be achieved with the help of JavaScript:
formContext.ui.tabs.get("{f94785d7-45b5-4625-99d2-18ded86c7997}").setVisible(false);
https://www.cloudfronts.com/blog/hide-tab-using-javascript/
And you can't use insights as tab name(screenshot shown) in the code, clicking 'Switch to classic' button to check form:
You will find two insights tab, the second is same with the original shown, but first tab name is "{f94785d7-45b5-4625-99d2-18ded86c7997}"
You should use it in the code, then it can work.
Hello,
Did you try to Save the form, publish changes and refresh the form to see changes?
André Arnaud de Cal... 291,735 Super User 2024 Season 2
Martin Dráb 230,466 Most Valuable Professional
nmaenpaa 101,156