(Created page with "<form action="/action_page.php">   <label for="fname">Reporter:</label>   <nowiki><input type="text" id="fname" name="fname"></nowiki><nowiki><br></nowiki><nowiki><br></no...")
 
No edit summary
Line 1: Line 1:
<html>
<form action="/action_page.php">
<form action="/action_page.php">


Line 22: Line 23:


</form>
</form>
</html>

Revision as of 08:58, 4 June 2020

<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.