I was reading the cakephp book, and I have a form that submits comments on an article.
my form on my view page as of now is defined because I am stuck on 3 things. One when I create a form, the request an ajax request, but my controller doesn’t seem to catch it in an if. Two, my jquery ajax URL undoubtedly appends the url defined in my ajax script to the current page and goes no where, and lastly I am confounded by the possibility of this option for a form
"Use ‘url’ => false if you don’t want to output a URL as the form action. "
Sir, I have to tell you , if you haven’t heard it today, but thank you you are awesome. After serializing my form data, I was able handle the request as anticipated.