Type of field: date
Widget: CCK
Timezone: Eastern US
Mutliple: 'No'
Required: 'Yes'

I'm writing my own node to view the form data. For this specific functionality, I can't use the simple viewing of the node. What code do I need to extract the data from the CCK form? I'm assuming it will depend on the data that I am trying to extract, as well as the field that I am working with. A secondary question is also, where can I implement the code?

Thanks in advance!

Comments

KarenS’s picture

Status: Active » Fixed

I'm not making changes to the 5.1 version. I'm officially recommending you move to the 5.2 version now. If you have problems in that version you can check for existing issues or add new ones. Feature requests are now getting posted to the D6 version to be back-ported to 5.2.

I don't understand why you can't use the node information. That's the most logical way to do this. CCK forms are complex, and Date forms are even more complex, so trying to extract data from them will be difficult unless you have a good understanding of FAPI.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.