Advertisement
Guest User

ZF2 - HTML

a guest
Apr 25th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <form id="product" action="/ZF/public/example/add" name="product" method="post">
  2. <input type="hidden" value="" name="id">
  3. <label>
  4. <span>Nazwa</span>
  5. <input type="text" value="" name="name"></label>
  6. <label>
  7. <span>Cena</span>
  8. <input type="text" value="" name="price">
  9. </label>
  10. <input type="submit" value="Dodaj" class="btn btn-primary" id="submit_button" name="submit">
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement