<html> <form action="/action_page.php">

  <label for="fname">Reporter:</label>

  <input type="text" id="fname" name="fname"><br><br>

  <label for="lname">Issue Type:</label>

  <input type="text" id="lname" name="lname"><br><br>

  <label for="lname">Issue Name:</label>

  <input type="text" id="lname" name="lname"><br><br>

  <label for="lname">Issue Description:</label>

  <input type="text" id="lname" name="lname"><br><br>

 

  <input type="submit" value="Submit">

</form> </html>

This page was last edited on 4 June 2020, at 08:58. Content is available under GPLv3 unless otherwise noted.