I am working on my first CakePHP project.
I am building a form on a page and want the form to submit after selecting a option in a <SELECT>
atribute
Normally (Not in Cake) I use the option onchange="this.form.submit();"
But for some reason my form in Cake refuses to submit the form.
Can someone help me in this?