At the top of the webform page there are tabs that say View, Edit, Webform, Results, & Track. I want to hide the tab that says view... I still want it to be accessible if you know the URL, but I don't want the tab there. I've looked through the code--and I can't figure out what needs to be commented out. Any help would be greatly appreciated.
Comments
Comment #1
quicksketchThis question would involve custom coding or (ack!) hacking the module. Generally such questions are outside of scope for the Webform module queue. If you just want to hide the tab, why not just hide it with CSS? Otherwise you can hide it by using hook_menu_alter() in a custom moduleand changing entry for
node/%webform_menu/submission/%webform_menu_submission/viewto be 'type' = MENU_CALLBACK instead of the current value of MENU_DEFAULT_LOCAL_TASK.Because this question is generally out of scope for the Webform queue (and it's so old), I'm closing this issue directly.