empty_textarea.html 402 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Empty textarea submission</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  6. </head>
  7. <body>
  8. <h1>Empty textarea submission</h1>
  9. <form method="POST" action="advanced_form_post.php">
  10. <textarea name="textarea"></textarea>
  11. <input type="submit" name="submit" value="Save" />
  12. </form>
  13. </body>
  14. </html>