Custom JS to Hide/Show DFFS Tabs? Home › Forums › Classic DFFS › Custom JS to Hide/Show DFFS Tabs? This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by Mitchell T. Viewing 2 reply threads Author Posts August 18, 2021 at 17:05 #34314 Mitchell TParticipant Hello, Is there a function to hide or show a tab in DFFS with custom JS? This topic was modified 3 years, 4 months ago by Mitchell T. August 18, 2021 at 18:31 #34317 Alexander BautzKeymaster Hi, You can use this internal function: // Hide the tab with "Tab unique ID" = "the_tab": spjs.dffs.toggleVisibleTab("the_tab", false); // Show the tab with "Tab unique ID" = "the_tab" spjs.dffs.toggleVisibleTab("the_tab", true); Alexander August 18, 2021 at 19:29 #34319 Mitchell TParticipant Thank You Alexander!! Much Appreciated Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In