Hi

I have a webform where users register their name and e-mail address (and some other fields).

Is it possible to send a reminder to the e-mail address which the user submitted through the webform?

What I have done so far is enabled the Form Events module that comes with Rules, activated "Forms where events are activated: Webform emails form" created a triggered rule which uses the event "Webform emails form is submitted".
Created one condition "Form element 'e_post' value check" (is it possible to check if that field contains an @?)
And a DO : "Send a mail to an arbitrary mail address" (is it possible to use the address which the user submitted throug the webform?)

Is this even possible? :-)

Thanks
minus

Comments

quicksketch’s picture

Project: Webform » Rules
Version: 6.x-3.2 » 6.x-1.3
Component: Miscellaneous » Forms Support

I don't use or support Rules module, I'm moving this support request over there.

mitchell’s picture

Project: Rules » Webform Rules
Version: 6.x-1.3 » 6.x-1.x-dev
Component: Forms Support » Miscellaneous

...

stborchert’s picture

Hi minus.
Try creating a rule reacting on "After a webform has been submitted" and trigger a scheduled ruleset that sends a reminder to the email entered in the webform.
You can access the mail either with tokens or with PHP (see help in rules). To get the structure of the submitted data from webform you can use Devel and <?php dpm($data); ?>.

stborchert’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.