I have set the form component called User Name and its key name is name in the form elements Then i have that post/entered user name in the email subject which i have set using token %cid[component #] or %email[name] or %value[name] in the Custom Email Subject but all these token print as it in the email subject nothing is working. Please help me out. Thanks in advance for help

Comments

vernond’s picture

It works as expected for me. Do you have the name component inside a fieldset perhaps?

manishway’s picture

Yes got the solution,It was due to a nested field with a fieldset, It should be
%email[sales_enquiry_form][name] for print Value with Label
%value[sales_enquiry_form][name] for print only Value
and it worked. Thanks for quick response.

vernond’s picture

Status: Active » Closed (fixed)

Cool