Actions

AfterGenerateToken

From LimeSurvey Manual

Revision as of 15:22, 15 October 2020 by DenisChenu (talk | contribs) (Page create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 Hint: This features is available starting in version 4.0.0


Usage

This event is done when ExpressionScript create his own function. It allow to create own Expressioon Manager function.

Input

  • surveyId : the survey id
  • iTokenLength : the token length for this surey
  • oToken : the current token model
  • token : the current generated token

Possible output

  • token : the token to be generated

Example