Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
編集可能な入力をタグに配置して送信不可にするにはどうすればよいですか? これらを使って隠し値を編集したいからです。
前もって感謝します。
入力を送信不可にするには、そのname属性を削除するだけです:
name
<input type="text" id="myInput" value="" />