Hello,
I'm having a problem with form_validate and form_submit, in short they never fire and although I've figured out why, I don't understand the reason, please see the below sample
function my_options_menu() {
$items = array();
$items['options'] = array(
'description' => 'blah',
'page callback' => 'do_test',
'access arguments' => array('access content'),
'type' => MENU_NORMAL_ITEM,
);
return $items;