Skip to content

Commit 666b4e0

Browse files
author
Kane Montreuil
authored
Add email autocomplete support
More detail on the autocomplete attribute here: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
1 parent d9c64ce commit 666b4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Join Us!</h2>
2020
</div>
2121
</div>
2222
<div class="input" id="inputFields">
23-
<input required type="email" class="button" id="email" name="invitation[email]" size="30" placeholder="you@example.com">
23+
<input required type="email" class="button" id="email" name="invitation[email]" size="30" placeholder="you@example.com" autocomplete="email">
2424
<input type="submit" class="button" id="submit" value="Invite Me!">
2525
</div>
2626
</form>

0 commit comments

Comments
 (0)