<body> <form action="" method="get"> Company: <input type="text" name="company"><br> Address: <input type="text" name="address"><br> <input type="submit" value="Submit"> </form> </body>