How to get values from dropdown list when option is selected and trigger the submit button immediately. I can do it in php but i want to do it using kohana but no idea. I am new to it and using kohana 3.2.
How to get values from dropdown list when option is selected and trigger the
Share
In a Kohana controller you would use the
requestobject to access the POST data. For example: