I want to be able to send an email to a user after they fill out and submit a webform. I also want it to be webform specific. Let me know how much you want to do this.

Thanks
sp09

Comments

ziobudda’s picture

Why do you not use webform rules ?

However: the body email is "1 for all" or "1 for user" ?
The body email will be insert into a custom module or you need a text area where insert it ?

M.

Freelancer Senior Drupal Developer -- http://www.ziobuddalabs.it

klausson’s picture

As M. suggested, the simplest way would be to use Webform itself. But if there is any reason why you can't or don't want to, my backup way of doing this would be workflow actions. Take a look at the workflow module - you can have it triggered when a node is created and then fire off an email with the details of the node and any additional information you choose to include.

RKS’s picture

Three for webform. Each webform you create will let you edit the email that is sent after submission.