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

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritchief <alex.malcev1980@gmail.com>2022-03-13 13:53:39 +0300
committeritchief <alex.malcev1980@gmail.com>2022-03-13 13:53:39 +0300
commit016bc24fc70fd1b8227394284cb8660c0a320465 (patch)
tree631ea0fc7dee5bf4ed570db90214b260fee10b43
parent8c7d266734e03b0742f9613e522a6a3f25d8c21e (diff)
Update
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 303a5d3..7bed66b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# Feedback form for the site with sending by mail
+# Feedback form on 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".