Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. html
  2. <form action="#" enctype="multipart/form-data" method="post">
  3.  
  4. <div class="md-form col-md-6">
  5. <label for="date-picker-example"> Event Date : </label>
  6. <input type="date" name='news_event_date' id="date-picker-example" class="form-control datepicker"/>
  7. </div>
  8.  
  9. <div class="md-form col-md-6">
  10. <label for="form7">Update Header:</label>
  11. <textarea id="form7" class="md-textarea form-control" rows="1" type="text" name="news_header" ></textarea>
  12. </div>
  13.  
  14. <div class="md-form col-md-6">
  15. <label for="form8">Update Body:</label>
  16. <textarea type="text" id="form8" class="md-textarea form-control" name="news_body" rows="2" ></textarea>
  17. </div>
  18.  
  19. <div class="md-form col-md-6">
  20. <label for="form9">Password : </label>
  21. <input id="form9" type="password" name="news_password" class="md-textarea form-control" autocomplete="new-password"/>
  22. </div>
  23.  
  24. <div class="md-form col-md-6">
  25. <div class="file-field">
  26. <div class="btn btn-primary btn-sm float-left">
  27. <span>Choose files</span>
  28. <input type="file" accept="image/*" name="news_single_file">
  29. </div>
  30. <div class="file-path-wrapper">
  31. <input class="file-path validate" type="text" placeholder="Upload one or more files">
  32. </div>
  33. </div>
  34. </div>
  35.  
  36. <button class="btn btn-outline-info btn-rounded btn-block z-depth-0 my-4 waves-effect" type="submit" name="news_submit" value="Subm"/>
  37. <!--//this div is for latest news-->
  38. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement