By podsnap on
I have a Webform for people to submit, but I want to include an optional 'Tell a friend' field.
If the user fills in this field, it will e-mail that address with a message to look at the site.
I realise there are a few seperate, 'Tell a friend' modules, but I don't want the user to have to fill out two forms.
Comments
Webform tell
http://drupal.org/sandbox/peter/1709870, to be documented at http://petermoulding.com/webform_tell, is the connection from a tell a friend link on a page to a Webform.
Your use with an existing form sounds like the reverse, you want to send an email based on an existing form. You could add a field to accept an email address then add an extra email in the form. If the standard Webform email does not fit, you might use a rule to send a different email.
There is a third case where you want the tell a friend link to tell people about your existing form. The form might be a competition where you want people to register and to tell their friends using the same form. It is really hard to send that type of mail without it looking like spam. The best approach is to link to another form and let them add a personal message to the email.
petermoulding.com/web_architect