add column status_anggota
This commit is contained in:
@@ -29,6 +29,16 @@
|
|||||||
<input type="text" name="alamat" class="form-control" required>
|
<input type="text" name="alamat" class="form-control" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="status_anggota">Status Anggota</label>
|
||||||
|
<select name="status_anggota" class="form-control" required>
|
||||||
|
<option value="inactive">-- Pilih Status --</option>
|
||||||
|
<option value="active">Aktif</option>
|
||||||
|
<option value="inactive">Berhenti</option>
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="telefon">No. Telefon</label>
|
<label for="telefon">No. Telefon</label>
|
||||||
<input type="text" name="telefon" class="form-control" required>
|
<input type="text" name="telefon" class="form-control" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user