i would like some help with a form. I would like to go to a url based on the selection made from a form option list, except it must submit the form on selection change:
$Form = new Form(.......
$Form-select_options('', array_to_option_list($array), '', array('onchange'=>'this.form.submit()');
Any suggestions would be appreciated!
Answer: