<html> <body> <form action="/action_page.php"> <label for="ssid">SSID:</label><br> <input type="text" id="ssid" name="ssid" value=""><br> <label for="pw">Password:</label><br> <input type="password" id="pw" name="pw" value=""><br><br> <input type="submit" value="Submit"> </form> </body> </html>