check the source for your form (from your browser) and look at the "name" of the select box or whatever kind of form element it is creating.. Then in your code, use
$foo = $this->params["name"]; //replace "name" with the name of the form element.
1 to 2 of 2