Actions

BeforeRegisterForm

From LimeSurvey Manual

Revision as of 14:25, 15 April 2014 by DenisChenu (talk | contribs)
 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
  • aRegistersErrors array of errors (if exists)

Possible output

  • registerForm The form to be display at user ( {REGISTERFORM} in template)