When we use below method it adds url as query string
$this->Form->create('ProductRating',array('id'=>'validateForm'));
we get this url "/products/review_reply/17?url=products%2Freview_reply%2F17"
How to prevent adding url as query string ?
Any help will be appreciated.
'url' => array('controller' => 'recipes', 'action' => 'add'). this information came from Here