More fields

This commit is contained in:
Marijn Jansen
2017-01-12 14:19:08 +01:00
parent b82ac7ec59
commit eeedbe5c05
3 changed files with 19 additions and 4 deletions

View File

@@ -17,6 +17,17 @@
name="place"
placeholder="Woonplaats"
><br />
<label>Geboortedatum</label>
<input type="date"
name="bday"
placeholder="01/01/1900"
><br />
<label>Locatie</label>
<input type="text"
name="location"
placeholder="Locatie"
><br />
<label></label>
<input type="submit"
>
</form>