Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @using TAC.Utils.Helpers
  2.  
  3. @using (Html.BeginForm())
  4. {
  5. @Html.FormHandler()
  6. }
  7.  
  8. <!-- [Comments Form] -->
  9. <div>
  10. <form action="#">
  11. <div>
  12. <input type="text" class="form-control" placeholder="Name" name="name">
  13. <input type="text" class="form-control" placeholder="Add your comment here" name="comment">
  14. </div>
  15. <input type="submit" class="btn btn-default" value="Submit Comment">
  16. </form>
  17. </div>
  18. <!-- [/Comments Form] -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement