Add ID to input in form
-
Hi, I am using the form builder. I’ve tried adding an ID to the email field, but when I load my page, it’s gone.
<label for="testtt">Enter your e-mail address:</label> <input id="testtt" type="email" name="EMAIL" placeholder="Your email address" required /> <input type="submit" value="Sign up" />
Any idea why the ID is being stripped out? Note, I don’t want to nest the input inside of the label element. I’m using Achecker, and it seems to prefer the markup in the example above.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add ID to input in form’ is closed to new replies.