Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
22 Feb 2013 at 10:12 UTC
Updated:
16 Jun 2013 at 20:26 UTC
hii i am new bee in drupal world, and my boss has assigned me an project to developed an portal in drupal. i have one webform which is for request, as soon as the employee submits the form an e-mail should be send to his manager, manager approve his request and should be able to submit the same form after updating it and this updated form should be mailed to group head. i am struck at this point is there any think plzzzzzz help me...........
i am attaching the image of workflow of the mails as how the same submission will travel.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow.jpg | 33.81 KB | vaibhav_jadia |
Comments
Comment #1
cybermache commentedI've been working on this too. So you've been able to create a webform that will be held in stasis while waiting for approval? That's all I've been trying to do with no luck so far. My main goal is to not have anyone print the result of each submission out. Can you tell me how you got yourself to step two?
Lately I've been considering do this with CCK, Views and Rules instead. It would allow me to have "submissions" on hold till someone approves them (role restricted fieldset). Going this route could also allow for more manipulation of submission data through Views.
Comment #2
quicksketchWebform generally is not a good solution for the use-case you have described. If you need a moderation workflow, I would suggest looking into Workbench and handling this with nodes.
Comment #3
quicksketch