I'm quite newby with ajax in cakephp and what I want to do is update one select form input element when user changes other.
I have managed to do it previously with JQuery but I can't use it on this form, because it seems to conflict with prototype library that is used by $ajax->autoComplete() on one form element.
I couldn't get it to work with remoteFunction and observeField. Probably because I don't know how to use them right.
Can someone tell me or point out some good material, how to achieve this the cakephp way? Or how you have managed to make it work?