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

quicksketch’s picture

Status: Active » Closed (fixed)

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?

Neither of is currently possible (without custom coding), see #428982: New hooks for additional token replacements.

GBain22’s picture

I 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.

hmdnawaz’s picture

I 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.