Closed (fixed)
Project:
Webform
Version:
5.x-2.1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2008 at 23:52 UTC
Updated:
21 Dec 2009 at 22:21 UTC
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
Comment #1
cyberskier commentedIf 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.
Comment #2
quicksketchWebform 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