I have created a user account date field.
I would like to be able to change this date automatically when a date changes in a specific content type.
Can anyone please point me in the right direction?

Comments

coreyp_1’s picture

You might be able to wire something up using the Trigger and Rules modules.

eminencehealthcare’s picture

Thanks for the reply Corey, the rules module worked perfectly.
For anyone else interested in doing this I created a rule with the following:

Event:
After saving new content

Conditions:
Content is of type (my content type)

Actions:
Set a data value

selected data: node:author:my_field
new value to set for specified data: node:my_changed_field