CCK Fields not showing
tstoeckler - January 29, 2009 - 23:06
| Project: | Form Block |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
As the title says, custom CCK Fields are not showing in my node/add/foo form block.
I am not sure whether this is currently even implemented or not, so if this is a feature request or a bug report, if the latter, I will of course provide more information on my case.

#1
Hmmm...I have no problems having CCK fields show up in my form block? It should work...I know it doesn't help you, but at least you know the problem is most likely at your end.
Regards,
Marius
#2
I have a similar problem, the fields are showing but they are not being saved, the form get submitted, even the title it's being generated with auto_nodetitle but when viewing the node it shows nothing, editing the node shows nothing. using 6.x-1.0
#3
never mind, I was having a problem with a computed field in the node. If I remove it the problem solves, maybe my code it's wrong.