I'm moving form workflow module to workflow-ng, and I want to find if there is a way for a user to leave comments when clicking the content link (In workflow you can leave comment when changing workflow states)
The content link in my workflow-ng will do a state change from a state machine and I want the user to be able to submit comments along with it... I was thinking something like how content links have a schedule page in between... maybe a comment page in between... is this possible maybe with another module?
Comments
Comment #1
fagowhat about using the comment form and set the state change through an action when appropriate?
Comment #2
hillaryneaf commentedBut, I dont' want comments turned on for the site... I was hoping there would be some way to add a comment that is only a part of the wf_ng module (or another), so that I can set up an action to send an email when the state is changed and the comment text would be in the email...
Comment #3
fagohm, then you need a module that does the comment form for you. workflow-ng doesn't.