Advertisement
dhiforester

Form Pendaftaran Siswa

Oct 27th, 2021 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <form action="https://mymath.tech/_API/Siswa/PendaftaranSiswa.php" method="POST" enctype="multipart/form-data">
  2.     <input type="text" name="xtoken" placeholder="x-token"><br><br>
  3.     <input type="text" name="id_akses" placeholder="Id Akses"><br><br>
  4.     <input type="text" name="id_sekolah" placeholder="Id Sekolah"><br><br>
  5.     <input type="text" name="id_wilayah" placeholder="Id Wilayah"><br><br>
  6.     <textarea name="alamat" cols="30" rows="10">Alamat</textarea><br><br>
  7.     <input type="text" name="gender" placeholder="Gender"><br><br>
  8.     <input type="text" name="tempat_lahir" placeholder="Tempat Lahir"><br><br>
  9.     <input type="date" name="tanggal_lahir" placeholder="Tanggal Lahir (YYYY-mm-dd)"><br><br>
  10.     <input type="file" name="image" placeholder="Photo Profile"><br><br>
  11.     <button type="submit" name="submit">Coba</button><br><br>
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement