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
After $POST getting redirected to index.php
in a word: Huh?
Longer version:
Please help us to help you by reading and following the posting guidelines located in this thread: Please read before requesting assistance. The more information you give us the better we will be able to assist you. Thank you.
Environment details? (see Admin panel -> Dashboard -> Information)
Where and how are you setting a for method and action? It sounds to me like you are mucking with the core files.