We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d3821 commit fd5f038Copy full SHA for fd5f038
public/index.html
@@ -64,7 +64,7 @@
64
<body>
65
<h1>EverydayTechNews Subscription</h1>
66
<p>Subscribe to our daily tech news</p>
67
- <form id="subscription-form">
+ <form id="subscription-form" autocomplete="off">
68
<input type="text" id="name" name="name" placeholder="Your Name" required>
69
<input type="email" id="email" name="email" placeholder="Your Email" required>
70
<button type="submit">Subscribe</button>
0 commit comments