For instance, through examples and the crash course I know I can add a new field to a form as such:
$form = new Form('myform');
$field = new SelectBox($question->fieldName);
$form->addElement($field);
Besides TextArea, TextField and TextArea, what other field types are there? Is this documented somewhere?
Thanks,
Eric