Advertisement
aguz99

form_id.html

Jul 5th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1.         <form action="proses/proses-id.php" method="POST">
  2.             <table class="tabel-beli">
  3.                 <tr>
  4.                     <td>Username</td>
  5.                     <td>:</td>
  6.                     <td><input type="text" name="username" placeholder="masukan username" /></td>
  7.                 </tr>
  8.                 <tr>
  9.                     <td>Password</td>
  10.                     <td>:</td>
  11.                     <td><input type="password" name="password" placeholder="password"></td>
  12.                 </tr>
  13.                 <tr>
  14.                     <td>Metode Pembayaran</td>
  15.                     <td>:</td>
  16.                     <td><select name="bayar">
  17.                             <option>Telkomsel</option>
  18.                             <option>BNI</option>
  19.                         </select>
  20.                     </td>
  21.                 </tr>
  22.                 <tr>
  23.                     <td><input type="submit" value="Beli"></td>
  24.                 </tr>
  25.             </table>
  26.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement