Releases: ladybirdweb/faveo-client-form-pwa
Releases · ladybirdweb/faveo-client-form-pwa
Custom source for the app
Added option in config file to pass custom source id which will be used during ticket creation so the tickets in Faveo can easily be identified if they are being created from the Vue app.
To use this functionality the system must
- Not show source field in ticket form (client panel)
- Add a unique custom source intended for the Vue app
- Use the id of the custom-created source and update in config.js file under the public directory.
Printing added
v0.1.2 default printing added
Bumped Axios
Updates Axios for security patch in the library.
Release Notes
This repo contains two kinds of PHP forms using which tickets can be submitted to the Faveo Helpdesk.
- Create ticket form using PHP Mail functionality
- Create ticket form using Faveo Create ticket API
Forms can be hosted on a URL/Website from where users can submit the ticket. These forms can be further customized to accommodate your needs and give you the ability to create a “Submit a Ticket” form with a design of your choice.