What should I do in my html page to get the id/value into the @params instance in a controller method on a POST? Ie:
<input type='hidden' id='qgroup' value='blahDeBlah'/>
How would I get the value of id='qgroup' into the @params with the right id as the key?