Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.