I put the fields in my site within groups, so they would work with the Vertical Tabs module, but ModalFrame Exclude From Node is only letting me exclude the groups, rather than the individual fields within them. I have a single nodereference field I need to exclude, but it is grouped with other fields.

Comments

mfer’s picture

Status: Active » Closed (works as designed)

This is designed to allow you to disable CCK fields and other TOP LEVEL items. If you group something in a fieldset you can only hide the fieldset.

If you want specific elements disabled you can use a form alter.

jstoller’s picture

Category: bug » feature
Priority: Major » Normal
Status: Closed (works as designed) » Active

I'm resubmitting this as a feature request. I feel it would greatly enhance this module.

While I could use hook_form_alter() to achieve what I'm after, doing so would defeat the purpose of using this module at all.