Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <form action="/products/123">
  2.  
  3. Price:
  4. <input type="text" name="product[price]" value="12.99"></input>
  5.  
  6. Description:
  7. <textarea name="product[description]">
  8. A long and descriptive block of text goes here.
  9. </textarea>
  10.  
  11. <input type="submit"></input>
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement