Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4f74dd5ea46db606c9512b2b22bb7cddf125a93 (plain)
1
2
3
4
5
6
7
8
9
10
# Feedback form on JavaScript (AJAX) and PHP
A small project containing an example of a page with a feedback/contact form built on pure JavaScript and PHP.

Check the on here Demo: https://itchief.ru/examples/lab.php?topic=php&file=feedback-form

Screenshots:

## Step-by-step instructions for installing
1. Add a form to the HTML (it allows us to collect data).
An example of the form is located in "index.html".