- Posts: 9
- Thank you received: 0
- Forum
- English support forums
- Installation & update issues
- Survey not e-mailing all information in the invite
Survey not e-mailing all information in the invite
3 years 11 months ago - 3 years 11 months ago #107906
by ekoslav
ekoslav created the topic: Survey not e-mailing all information in the invite
Hello
I'm truing to send information about token valid dates in the invite e-mail.
The manual says:
The fields in the token table are:
`tid`,`firstname`,`lastname`,`email`,`emailstatus`,`token`,`language`,`sent`,`remindersent`,`remindercount`,`completed`,`usesleft`,`validfrom`,`validuntil`,`mpid`
So, I've entered following:
This resulted with this in the e-mail:
Yout token attributes:
1
2 TOKEN:ATTRIBUTE_2
3 TOKEN:ATTRIBUTE_3
4 TOKEN:ATTRIBUTE_4
5 TOKEN:ATTRIBUTE_5
FIRSTNAME
EMAIL
EMAIL STATUS TOKEN:EMAILSTATUS
VALIDFROM TOKEN:VALIDFROM
VALIDUNTIL TOKEN:VALIDUNTIL
The version is 1.92+ Build 120920, but same happens on 2.05 (2.05 does not calculate assessments properly, so I've reverted to this version that is proven to work)
What am I doing wrong?
I'm truing to send information about token valid dates in the invite e-mail.
The manual says:
If your survey is NOT anonymous, the following field names are available to insert token data in survey text and javascript. You can use these fields in confirmation and notification email template, too.
{TOKEN:EMAIL} Email of the recipient
{TOKEN:FIRSTNAME} First Name
{TOKEN:LASTNAME} Last Name
{TOKEN} Token to access the survey
{TOKEN:ATTRIBUTE_1} Attribute 1
{TOKEN:ATTRIBUTE_2} Attribute 2 (and so on for more attribute fields)
The fields in the token table are:
`tid`,`firstname`,`lastname`,`email`,`emailstatus`,`token`,`language`,`sent`,`remindersent`,`remindercount`,`completed`,`usesleft`,`validfrom`,`validuntil`,`mpid`
So, I've entered following:
Yout token attributes:
1 {TOKEN:ATTRIBUTE_1}
2 {TOKEN:ATTRIBUTE_2}
3 {TOKEN:ATTRIBUTE_3}
4 {TOKEN:ATTRIBUTE_4}
5 {TOKEN:ATTRIBUTE_5}
FIRSTNAME {TOKEN:FIRSTNAME}
EMAIL {TOKEN:EMAIL}
EMAIL STATUS {TOKEN:EMAILSTATUS}
VALIDFROM {TOKEN:VALIDFROM}
VALIDUNTIL {TOKEN:VALIDUNTIL}
This resulted with this in the e-mail:
Yout token attributes:
1
2 TOKEN:ATTRIBUTE_2
3 TOKEN:ATTRIBUTE_3
4 TOKEN:ATTRIBUTE_4
5 TOKEN:ATTRIBUTE_5
FIRSTNAME
EMAIL STATUS TOKEN:EMAILSTATUS
VALIDFROM TOKEN:VALIDFROM
VALIDUNTIL TOKEN:VALIDUNTIL
The version is 1.92+ Build 120920, but same happens on 2.05 (2.05 does not calculate assessments properly, so I've reverted to this version that is proven to work)
What am I doing wrong?
Last Edit: 3 years 11 months ago by ekoslav. Reason: Additional data
Please Log in or Create an account to join the conversation.