Advertisement
ParitSawjani1

Untitled

Feb 14th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <form action="create.php" method="post">
  2.           <div class="input-group">
  3.             <label>Name</label>
  4.             <input type="text" name="name" class="text-input">
  5.           </div>
  6.           <div class="input-group">
  7.             <label>Description</label>
  8.             <textarea class="text-input" name="description" id="description"></textarea>
  9.           </div>
  10.           <div class="input-group">
  11.             <button type="submit" name="add-topic" class="btn" >Save Topic</button>
  12.           </div>
  13.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement