Autoresponder Webform drupal 6

DickSwart - August 18, 2009 - 11:24

Hi All,

I Need some help please, I need to create a auto responder for webforms in drupal 6. I Search google and drupal.org but I cant find a solution for drupal 6.

I basicaly want to send a mail to the user who completed the form, sending them a copy of the form they completed with a footnote.

Urgent help needed.

When you have an E-Mail field

crischan - August 18, 2009 - 12:28

When you have an E-Mail field in your form there will be an "Conditional e-mail recipients" setting in the "Webform mail settings".
To alter the mail itself override one of the following theme functions: webform_mail_, webform_mail, webform_mail_message, take at look at webform-mail.tpl.php as a template.

Hope this helps.

All who wander are not lost. - William Shakespeare

Example?

Fr0st - November 18, 2009 - 16:34

I've read 3 different posts about implementing this, but none of them seem detailed enough to produce working results with D6.x and Webform 2.x:

http://drupal.org/node/323666
http://drupal.org/node/327153
http://drupal.org/node/552260 (this post)

Supposedly there is a new autoresponder fieldgroup that is being added to the Webform module, but as of this post, it's still in early development for Webform 3.x.

#327153: Auto responder module for webform 1.x and 2.x

In the meantime, it would be nice to see a working PHP code example where the results are the form are sent to a single fixed email address, and a separate confirmation email (formatted differently than the first one) is sent to the user who filled out the form. This confirmation message to the user could simply be some static text, or it could include values from the webform.

 
 

Drupal is a registered trademark of Dries Buytaert.