Actions

Translations

Translations:Notifications & data/15/en: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Data management/15/en to Translations:Notifications & data/15/en without leaving a redirect: Part of translatable page "Data management".)
(Importing a new version from external source)
Line 1: Line 1:
{{Box|To send an email to the survey administrator, '''you must use {ADMINEMAIL}'''. There are also other different ways to enter an address:
{{Box|To send an email to the survey administrator, '''you must use {ADMINEMAIL}'''. There are also other different ways to enter an address:
#Enter a specific email address (ie: yourname@test.com);
#Enter a specific email address (ie: yourname@test.com);
#Enter a SGQA code and the response will be sent to an email address entered as an answer to that particular question (use the format {INSERTANS:9999X88X12} in the same way you would reuse information from previous answers);
#Enter a SGQA code and the response will be sent to an email address entered as an answer to that particular question (use the format {QUESTION.shown} in the [[Expression_Manager#Qcode_Variable_Naming|same way you would reuse information from previous answers]]);
#Enter a Token code (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the Tokens Table).}}
#Enter a Token code (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the Tokens Table).}}

Revision as of 21:45, 4 April 2019

Message definition (Notifications & data)
{{Box|To send an email to the survey administrator, '''you must use {ADMINEMAIL}'''. There are also other ways to enter an address:
#Enter a specific email address (ie: yourname@test.com);
#Enter a SGQA code and the response will be sent to an email address entered as an answer to that particular question (use the format {QUESTION.shown} in the [[Expression_Manager#Qcode_Variable_Naming|same way you would reuse information from previous answers]]);
#Enter a survey participant table field name (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a participant field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the survey participant table).}}
To send an email to the survey administrator, you must use {ADMINEMAIL}. There are also other different ways to enter an address:
  1. Enter a specific email address (ie: yourname@test.com);
  2. Enter a SGQA code and the response will be sent to an email address entered as an answer to that particular question (use the format {QUESTION.shown} in the same way you would reuse information from previous answers);
  3. Enter a Token code (only possible if your survey is not anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would re-use Information from the Tokens Table).