質問編集履歴

1

<form action="/exec" method="POST">を記載し忘れていましたので修正しました。

2023/01/22 10:54

投稿

shoshinsha_001
shoshinsha_001

スコア4

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
  <base target="_top">
59
59
  </head>
60
60
  <body>
61
- <form>
61
+ <form action="/exec" method="POST">
62
62
  <label>【登録日】</label><br><input type="datetime-local" name="datetime" placeholder="日時を選択してください" required><br><br>
63
63
  <label>【登録者】</label><br><input type="text" name="user" list="user" placeholder="その他登録者は記名" autocomplete="off" required>
64
64
  <datalist id="user">