Skip to content

Commit 666b4e0

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="[email protected]">
23+
<input required type="email" class="button" id="email" name="invitation[email]" size="30" placeholder="[email protected]" autocomplete="email">
2424
<input type="submit" class="button" id="submit" value="Invite Me!">
2525
</div>
2626
</form>

0 commit comments

Comments
 (0)