Good afternoon, I find a big problem in a project I was assigned, I need to add a functionality in a calling tool that is already in production.
Following the reasoning I have a form in HTML, where the action forwards the PHP script to do the validations and insert the data in the database.
By inspecting the form I can not understand where the action is pointing.
<form method="post" name="status" id="status" action="#tickets/status/open">