-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
31 lines (31 loc) · 1.21 KB
/
form.html
File metadata and controls
31 lines (31 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>Форма</title>
</head>
<body>
<form action="index.php" method="post">
<fieldset>
<legend>Товары</legend>
Название товара:
<input type="text" name="product_name"><br>
Краткое описание товара:
<input type="text" name="product_description"><br>
Полное описание товара:
<input type="text" name="full_description"><br>
<input type="submit" name="product" value="Отправить данные">
</fieldset>
<fieldset>
<legend>Заказы</legend>
Имя заказчика:
<input type="text" name="client"><br>
email заказчика:
<input type="email" name="email"><br>
Комментарии:
<input type="text" name="comment"><br>
<input type="submit" name="ordering" value="Отправить данные">
</fieldset>
</form>
</body>
</html>
на странице сделайте название товаров в виде ссылки с get-параметром если передан get-параметр product