Osticket maintenance in PHP

Asked

Viewed 48 times

1

Good afternoon guys, I find a big problem in a project that I was assigned, I need to add a feature in a call tool which is already in production.

Following the following reasoning I have an HTML form, where the action forwards to PHP script to make the validations and insert the data into the database.

Inspecting the form I cannot understand where the action is pointing.

<form method="post" name="status" id="status" action="#tickets/status/open">

1 answer

0

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

  • Poise, the first thing I looked for was a <div id=" ">, but I did not succeed. In relation to the directory also, nothing that shows the way: tickets/status/open.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.