Posts

Showing posts from May, 2017

Send email when entity field value is changed

You can use Rules to achieve this. Create new rule that will react on "After updating existing content" event. Use the following conditions: data comparison:  node:field-your-field  and  node-unchanged:field-your-field  and select "Negate: FALSE" Create whichever actions you want, e.g. send mail, show message, etc.