This space is archived
For current information please use the current ExamSys documentation
Login form fields
Description
This allows you to place extra text boxes on login screen, and can then stores this data in the session.
Config Options
Config Option | Description |
---|---|
storedata | if this is set and true then the data taken in is stored in the session |
fields | is 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. |