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-21 13:19:39 +0300
committeritchief <alex.malcev1980@gmail.com>2022-03-21 13:19:39 +0300
commit3b3fd931db181bbf4242dc9cbfd2f75a1425bde9 (patch)
tree7a2f1b9717e758f20b794a8da9af5ed53cefb6d4
parent7af4d52674b2db8f17bd2f7a8df28017fe7f8649 (diff)
Update
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e1cdba..2c24bcf 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,19 @@ Check the on here Demo: https://itchief.ru/examples/lab.php?topic=php&file=feedb
Screenshots:
-![Форма обратной связи](https://itchief.ru/assets/images/350/1.png)
+<img src="https://itchief.ru/assets/images/350/1.png" alt="Форма обратной связи" width="300">
![Валидация формы обратной связи](https://itchief.ru/assets/images/350/2.png)
![Успешно отправленная форма обратной связи](https://itchief.ru/assets/images/350/3.png)
+
+
## 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".
-
```html
<form id="form" action="/feedback/processing.php" enctype="multipart/form-data" novalidate>
...
</form>
+```
+The handler is set using the action attribute.
+An example of the form is located in "index.html".