|
I have a custom content type named Trainee and a Custom Form to input its fields.
I created a rule triggered on Trainee creation with an email action.
The email is sent but I am unable to collect the Trainee field values in its body.
The tags are no replaced by values?
I am using the tags proposed in the email body with values like:
Candidat
Name: {Content.Fields.Trainee.Name}
Firstname: {Content.Fields.Trainee.Firstname}
Email: {Content.Fields.Trainee.email}
Tel: {Content.Fields.Trainee.Phone}
Fonction: {Content.Fields.Trainee.Fonction}
Service: {Content.Fields.Trainee.Service}
Company: {Content.Fields.Trainee.Company}
Why these tags are proposed if they don't work, this looks like a bug ?
What is the system ?
Which values could I use in my email ?
Thanks for help
|