Virajsinh

HTML Form input Field Outside How to Use

Sep 23rd, 2025 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.13 KB | Source Code | 0 0
  1. <form id="myForm" action="/form.php">
  2.     <input id="name">
  3.     <button type="submit">
  4. </form>
  5. <input type="email" form="myForm">
Tags: html html form
Advertisement
Add Comment
Please, Sign In to add comment