<?php echo $judul; ?><p></p>
<label>Nama</label><br>
<input type="text" name="nama_pelanggan" value="" placeholder="Masukan Nama Lengkap"><p></p>
<label>Alamat</label><br>
<input type="text" name="alamat" value="" placeholder="Masukan alamat"><p></p>
<label>No_Tlp</label><br>
<input type="text" name="no_tlp" value="" placeholder="Masukan No_Tlp"><p></p>
<label>Email </label><br>
<input type="text" name="email_pelanggan" value="" placeholder="Masukan Email Lengkap"><p></p>
<label>password</label><br>
<input type="text" name="pswd_pelanggan" value="" placeholder="Masukan Password"><p></p>
<button type="submit">Simpan</button>
<a href="<?php echo site_url('pelanggan');?>"> <button type="button" name="button">Batal</button> </a>
</form>






0 komentar:
Posting Komentar