Skip to content

Releases: ladybirdweb/faveo-client-form-pwa

Custom source for the app

08 Mar 06:28
Compare
Choose a tag to compare

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

24 Nov 05:53
Compare
Choose a tag to compare
v0.1.2

default printing added

Bumped Axios

05 Oct 11:29
Compare
Choose a tag to compare

Updates Axios for security patch in the library.

Release Notes

05 Oct 09:36
Compare
Choose a tag to compare

This repo contains two kinds of PHP forms using which tickets can be submitted to the Faveo Helpdesk.

  1. Create ticket form using PHP Mail functionality
  2. 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.