Active
Project:
Workflow-ng
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2007 at 02:46 UTC
Updated:
3 Nov 2007 at 14:24 UTC
I have a need to tally up some data on a form created via the Webform module. I thought that Workflow_NG would work for this, but I can't seem to get anything working.
Any tips or suggestions would be greatly appreciated!
Comments
Comment #1
fagoI don't know what you want to do exactly, but probably you'll need workflow-ng support for webform. E.g. webform could create a new event and pass the form data to workflow-ng. Some tokens for the data would be also useful.
As an alternative you could try to use a node form with CCK instead, just set the node to be unpublished after creation and redirect the user to a suiting place (you can do the redirect with workflow-ng).