HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/form-urlencoded.php" method="get"> Name: <input type="text" name="myname"> <button type="submit" formenctype="application/x-www-form-urlencoded">Submit</button> </form> </body> </html>
OUTPUT
×

Save as Private