Skip to content

pptech-ds/Simplon-Project3-FORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Project-Specification

Project Specification

Pre-requisites

HTML5 and PHP7

How-to-use-it

  • From root repo, lanch your PHP server:
php -S localhost:8000
  • and using your browser goto: localhost:8000
  • Or clone this repo in "www" repo of your WampServer and go to this path using your localhost path

Some-Screenshots

  • Form: all fields will be checked when you enter values in fields, all fields must filled.

    • "Nom" has to be a string
    • "Prénom" has to be a string
    • "Numéro de téléphone (10 Chiffres)" has to be a phone number containing only integers and 10 numbers
    • "Date de l'achat" has to be a date format, you have possibility to select the date using the calendar on the right of the field
    • "L'agent a-t-il été agréable ?" you have to choose one the 3 proposed possibilities, value by default is "Sans Avis"
    • "L'agent a-t-il compris votre problème ?" you have to choose one the 3 proposed possibilities, value by default is "Sans Avis"
    • "L'agent a-t-il résolu votre problème ?" you have to chose "Oui" or "Non", depending of your choice you will have possibility to be recalled by customer support, if you choose "Non" and you check "Cochez-cette case si vous acceptez d'être rappelé." you will be recalled.
    • "Dites-nous en plus :" you can comments if you want, this not a mandatory field, you can leave it empty. image
  • If you choosed "Oui" at last question you will have only the notation pages
    image

  • If you choosed "Non" and you checked "Cochez-cette case si vous acceptez d'être rappelé.", you will have the message indicating you will be recalled
    image

About

Create a customer satisfaction form and process it with adding controls on user inputs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published