Couldn't find a clear example of how assign the "email to" based on a field in a last loaded CCK node. Seemed like someone was passing/getting this via the URL but not sure. I'd prefer not to show the email in the URL if at all possible.

Thanks for any help.

Comments

cyberskier’s picture

If I'm reading this correctly, I'd be interested in this as well, if anyone has any ideas. I'm integrating the webform into another node using cck's nodereference widget, and want the results of the webform, when submitted, to be emailed to the author of the original node that called the webform. Thanks for any suggestions.

quicksketch’s picture

Status: Active » Closed (fixed)

Webform currently has no ability to send to the value of a CCK field. You might be able to pull if off with the Additional Submit field and some custom PHP. See the Webform handbook for more information: http://drupal.org/handbook/modules/webform/submission-code