Advertisement
Guest User

php

a guest
Nov 17th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <div class="col-xs-12">
  2. <div class="form-group">
  3. <label>
  4. Rekening *)
  5. </label>
  6. <select class="form-control input-sm select2" name="deposit_to_account_number" id="deposit_to_account_number">
  7. <option selected="selected" value="BCA-D-4564654654">BCA - D</option>
  8. <option value="BNI-A-654654545">BNI - A</option>
  9. <option value="BRI-B-545455">BRI - B</option>
  10. <option value="MANDIRI-C-154154155">MANDIRI - C</option>
  11. </select>
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement