Hi, I am creating rating system for tickets, And I ran into an issue, after user submits my custom made rating form in his ticket view, lets say URL is https://mysupportpage.com/tickets.php?id=182, via POST, it just redirects user to index.php page instead of staying on same page, tho I have this in my form action:
<form method="post" action="/tickets.php?id=182">
I also tried
<form method="post" action="/tickets.php"> still just getting redirected to index.php
Any Ideas why this is happening? My whole form handling and form view code is in /include/client/view.inc.php