This app uses the DeskPRO API to submit new tickets from an HTML form.
This example uses composer to install the DeskPRO PHP API library. Run the install
command from the project directory to install them:
cd path/to/api-app-ticket-form
php composer.phar install
Refer to the composer website for instructions on how to install composer on your computer: https://getcomposer.org/doc/01-basic-usage.md
- Edit config.php to set your DeskPRO API details
- Upload
api-app-ticket-form
to your web server. - Open the
form.html
page in your browser. - Submit the form and see it create a new ticket.