Phares-Birthday

This commit is contained in:
2023-07-29 11:02:34 -07:00
parent 8acedfc1cb
commit f0b704ec1f
7 changed files with 10 additions and 15 deletions

View File

@ -8,7 +8,7 @@
<input type="hidden" name="form-name" value="birthday" />
<label for="name">Name</label>
<input id="name" type="text" name="name" required />
<label for="birthday">birthday</label>
<label for="birthday">Birthday</label>
<input id="birthday" type="date" name="birthday" required />
<button type="submit">Submit</button>
</form>