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:15:27 +0300
committeritchief <alex.malcev1980@gmail.com>2022-03-21 13:15:27 +0300
commit7af4d52674b2db8f17bd2f7a8df28017fe7f8649 (patch)
tree6b4c975f48d577098e423903c39d914f03a1d49b
parent81e04be43f840ecbeab5f1c7a82801932244fbcd (diff)
Update
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 042adf9..7e1cdba 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,15 @@ Check the on here Demo: https://itchief.ru/examples/lab.php?topic=php&file=feedb
Screenshots:
-![Форма обратной связи](//itchief.ru/assets/images/350/1.png)
-![Валидация формы обратной связи](//itchief.ru/assets/images/350/2.png)
-![Успешно отправленная форма обратной связи](//itchief.ru/assets/images/350/3.png)
+![Форма обратной связи](https://itchief.ru/assets/images/350/1.png)
+![Валидация формы обратной связи](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>