Update upl_csv.html
Browse files- upl_csv.html +6 -0
upl_csv.html
CHANGED
|
@@ -9,6 +9,12 @@
|
|
| 9 |
<h1>Upload CSV File</h1>
|
| 10 |
<form id="uploadForm" enctype="multipart/form-data" method="post">
|
| 11 |
<input type="file" name="file" accept=".csv">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<input type="submit" value="Upload">
|
| 13 |
</form>
|
| 14 |
<div id="result"></div>
|
|
|
|
| 9 |
<h1>Upload CSV File</h1>
|
| 10 |
<form id="uploadForm" enctype="multipart/form-data" method="post">
|
| 11 |
<input type="file" name="file" accept=".csv">
|
| 12 |
+
<label>
|
| 13 |
+
<input type="checkbox" name="verify_phone" value="1"> Verify Phone
|
| 14 |
+
</label>
|
| 15 |
+
<label>
|
| 16 |
+
<input type="checkbox" name="add_curator" value="1"> Add Curator
|
| 17 |
+
</label>
|
| 18 |
<input type="submit" value="Upload">
|
| 19 |
</form>
|
| 20 |
<div id="result"></div>
|