Actions

BeforeRegister: Difference between revisions

From LimeSurvey Manual

(Created page with "{{FeatureStarting|2.06}} '''When''' This event is fired just before the form of core register form is called '''Input''' The event receives the following information: * ...")
 
m (Fix for last version)
Line 14: Line 14:
'''Possible output'''
'''Possible output'''


* ''submited'' If for is already submitted
* ''sMessage'' The message to be shown to the user
* ''aSended'' an array with
* ''iTokenId'' The id of the token to send an register mail
** 'send' If need to show register form again : set to true if register don't need to be display
** 'message' : The message to be show to the user


[[Category:Plugins events]]
[[Category:Plugins events]]

Revision as of 14:22, 15 April 2014

 Hint: This features is available starting in version 2.06


When

This event is fired just before the form of core register form is called

Input

The event receives the following information:

  • surveyid the id of the current survey
  • lang the laguage set in param

Possible output

  • sMessage The message to be shown to the user
  • iTokenId The id of the token to send an register mail