3
0
Fork 0

Make email required

master
Ambrose Chua 2018-07-01 17:56:48 +08:00
parent a7028f612f
commit b8dcce9136
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ date: 2018-06-30T17:53:55+08:00
<h1>Want to be the first to experience Beep?</h1>
<form action="/subscribe" method="post">
<input name="email" type="email" placeholder="Enter your email" />
<input name="email" type="email" placeholder="Enter your email" required />
<button type="submit" class="material-icons">done</button>
</form>