Guest User

Untitled

a guest
Oct 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <tr>
  2. <input type="text" name="quantity_box[0] class="form-control">
  3.  
  4. <input type="text" name="unit_price[]" class="form-control">
  5.  
  6. display in
  7. <input type="text" name="price[]" id="price" class="form-control" autofocus="">
  8. </tr>
  9. <tr>
  10. <input type="text" name="quantity_box[] class="form-control">
  11.  
  12. <input type="text" name="unit_price[]" class="form-control">
  13.  
  14. display in
  15. <input type="text" name="price[]" id="price" class="form-control" autofocus="">
  16. </tr>
Add Comment
Please, Sign In to add comment