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
| Comment | File | Size | Author |
|---|---|---|---|
| Gmail - General Sales Enquiries %value[name] %cid[1].jpg | 23.63 KB | manishway |
Comments
Comment #1
vernond commentedIt works as expected for me. Do you have the name component inside a fieldset perhaps?
Comment #2
manishway commentedYes 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.
Comment #3
vernond commentedCool