Hi

Can anyone give me an example of how I would get the content of my title field when I open the edit page of a node please, I need to ignore it if new item and get the content only if editing existing node

Many thanks

Gibbo

Comments

nevets’s picture

What is your goal here (what do you want to do with the title)? And what version of Drupal are you using?

gibbo1715’s picture

Sorry for being vague

I am using Drupal 6, my goal is to be able to get the content of the title (or other field actually) before anyone can change at and then store it in a cck field, like a log of changes, I know how to add additional text on save but not sure how to get the original information from the title before it is changed

My reason for doing this is to improve my learning and I d like to make a module that can do this to help me in the future

Many thanks