-
Notifications
You must be signed in to change notification settings - Fork 0
/
makeComplain.php
34 lines (26 loc) · 1.21 KB
/
makeComplain.php
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
32
33
<div style="width: 40%;margin-left: auto;margin-right: auto">
<br/><br/>
<form action="process.php?action=makeComplain" method="post" style=" box-shadow: 1px 2px 2px 3px rgba(0,0,0,0.3);animation-delay: 1s;animation-name: zoomIn;" data-wow-delay="1s" class="wow zoomIn animated animated">
<div align="center"><h2 style="color: #34ad00">:: Make Complains ::</h2></div>
<div align="center">
<label for="compType"><b>Complain Type:</b></label>
<input name="compType" type="text" placeholder="eg:spindly plant,few flowers..." style="width: 200px" required >
</div>
<br>
<div align="center">
<label for="compTitle"><b>Plant Name  :</b> </label>
<input name="compTitle" type="text" placeholder="eg:rose plant,jasmine plant..." style="width: 200px" required>
</div>
<br>
<div align="center">
<label for="compDesc"><b>Complain Desc:</b></label>
<textarea name="compDesc" cols="23" rows="3" id="compDesc"></textarea>
</div>
<br>
<div align="center">
<input name="btnLogin" type="submit" id="btnLogin" value=" Make Complaint " style="color: white;background: #34ad00">
</div>
<br>
</form>
</div>
<p> </p>