Guest User

Untitled

a guest
Feb 18th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <body ng-app="mainApp">
  2. <form action="post.php" method="post">
  3. <div ng-controller="MainCtrl">
  4. <label for="titlex">Title</label>
  5. <input id="titlex" class="form-control" type="text" maxlength="75" min="10" name="titlex" required>
  6. </div>
  7. <input type="submit" value="Send">
  8. </form>
  9. </body>
  10.  
  11. <input type="submit" value="Send" name="send">
  12.  
  13. <form name="myform" novalidate>
  14.  
  15. <input type="submit" value="Send" name="send">
Add Comment
Please, Sign In to add comment