Closed (fixed)
Project:
Webform
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Oct 2009 at 13:04 UTC
Updated:
25 Jul 2011 at 09:30 UTC
Hello,
I have a node type 'offer job'.
When the node is displayed a form block to apply for the job is displayed.
I my content type 'offer job' I have a CCK field email to send the answer.
How can I get the title of the job in a text field?
How can I send the form to the email contain in the CCK?
Thanks in advance.
Comments
Comment #1
quicksketchNeither of is currently possible (without custom coding), see #428982: New hooks for additional token replacements.
Comment #2
GBain22 commentedI am also needing this functionality - using a cck field for the "Email To" value. Is this possible yet?
Cheers,
Garry.
EDIT: sorted this with a hook_form_alter - if you want the code then just message me.
Comment #3
hmdnawaz commentedI have a content type which have an email address field. I want to send the email to whatever entered in the email address field on webform submission. I have associated the webform to this content type.