-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpending-code.txt
More file actions
28 lines (27 loc) · 1.07 KB
/
Copy pathpending-code.txt
File metadata and controls
28 lines (27 loc) · 1.07 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
<!-- ################### Property Configuration of File ################### -->
<div class="col-md-4 typeFile d-none">
<div class="mb-2">
<label class="form-label" for="fileForArea">File For Area</label>
<input class="form-control" type="number" name="fileForArea" id="fileForArea"
placeholder="e.g: 5,etc. marla" />
</div>
</div>
<div class="col-md-4 typeFile d-none">
<div class="mb-2">
<label class="form-label" for="fileCategory">Category</label>
<select class="form-select" name="fileCategory" id="fileCategory">
<option value="residential">Residential</option>
<option value="commercial">Commercial</option>
</select>
</div>
</div>
<div class="col-md-4 typeFile d-none">
<div class="mb-2">
<label class="form-label" for="quantityFiles">Quantity of Files</label>
<input class="form-control" type="number" name="quantityFiles" id="quantityFiles"
placeholder="Enter files ..." />
</div>
</div>
<!-- ################### Property Configuration of File ################### -->
<!-- ################### Next One ################### -->
<!-- ################### Next One ################### -->