I really like the idea of attaching a view to a node. I want to use this module to attach one particular view to a node type. I can add a viewfield to my node type but then my users are prompted to choose a view when creating a node. However my users shouldn't worry about views. They shouldn't even know what a view is.

Is there a way of giving a viewfield a default value and hide it from the node edit form?

Comments

moshe weitzman’s picture

Status: Active » Closed (fixed)

yes, thats what 'force default' is. see your field definition.

kirilius’s picture

Thanks!