This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

This allows you to place extra text boxes on login screen, and can then stores this data in the session.

Config Options

Config OptionDescription
storedataif this is set and true then the data taken in is stored in the session
fieldsis an array of objects or array containing name the name of the field in the form, description the text description next to the text input, type is the type of html input, defaultvalue is the default value in the box eg array('name'=>'reviewer_name', 'description'=>$string['name'], 'type'=>'input', 'defaultvalue'=>) or an object can be used instead.
  • No labels