Osticket maintenance in PHP

1

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">
    
asked by anonymous 03.07.2018 / 21:11

1 answer

0

# points to a div, check the directory as it is probably pointing to the tickets / status / open path.

    
03.07.2018 / 21:18