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.

CommentFileSizeAuthor
workflow.jpg33.81 KBvaibhav_jadia

Comments

cybermache’s picture

I'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.

quicksketch’s picture

Webform 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.

quicksketch’s picture

Status: Active » Closed (fixed)