ladybirdweb / faveo-client-form-pwa

This repo has various forms for ticket creation within Faveo Helpdesk

Home Page:https://www.faveohelpdesk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Repo contains code for Faveo Submit a ticket form

There are two kinds of form in this repo

  1. Create ticket form using PHP Mail functionality
  2. Create ticket form using Faveo Create ticket API

Either of these forms can be hosted on your webserver to see and use this functionality.

Server Specification

  • PHP 7.3
  • Apache/NGINX/IIS web server

Form using PHP Mail function:

  • This form emails the field filled to support email address

  • There is no response to this form, as it sends form data over via email. So the ticket id for the generated ticket is not shown on the screen

    Click here to check how to use PHP APP

Form using Faveo Create ticket API:

  • The form is the same replica of the form, which shows on your Faveo support portal

  • The content/design of the form comes from your support portal form

  • on submission of the form, ticket id is shown on the screen, and the option to print the same

    Click here to check how to use Vue APP

Technical specifications

Both these forms are built on Core PHP, HTML, CSS, JS, and PWA

About

This repo has various forms for ticket creation within Faveo Helpdesk

https://www.faveohelpdesk.com


Languages

Language:CSS 36.4%Language:Vue 28.6%Language:Less 21.0%Language:JavaScript 11.4%Language:HTML 1.8%Language:SCSS 0.5%Language:PHP 0.2%