Thanks Richard, this is really a very useful module.
I was wondering if it is possible to add additional setting to hide/unhide field on field dialog box. ie, as we can define width/height for a field, if we can also define "hide this field" setting and it will add display none css property while rendering the form
Thx
Ravi
Comments
Comment #1
richardp commentedFor some time I have been considering letting people add any generic "style" to an element, but I have not yet found a way to do it in a consistent and easy way. If I ever do, I think this would probably fall under that.
Richard
Comment #2
candelas commentedwhat about the possibility of rules of changing the visibility?
http://www.uoguelph.ca/ccs/cwc/hide-field-edit-drupal-rules-module
thanks for your module :)
there is not a cck module for hidden fields or a module that allows you to do it.
i have to do it by rules.
so i think that if you offer this possibility, it will be very interesting for the community :)
Comment #3
richardp commentedJust tidying up some of these older posts. I decided for simplicity not to include this requested feature, since you can easily set a field's display:none property in a CSS file in the theme.
Thanks
Richard