Form submit logic

This commit is contained in:
Andre Beging
2020-02-13 10:45:15 +01:00
parent bce1c032d1
commit 7b44b8cb19
3 changed files with 107 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ date: '2020-02-12'
</div>
</div>
<div class="center-container">
<form class="form">
<form class="form" method="GET" action="http://beging.de/form/write/ddwetest">
<div class="grow-1">
<input id="name" name="name" type="text" required />
<label for="name">Name</label>
@@ -21,7 +21,7 @@ date: '2020-02-12'
<label for="mail">E-Mail</label>
</div>
<div class="grow-1">
<input id="hex" name="hex" type="text" placeholder="0x00" required pattern="[0-9a-fA-F]{1,2}x[0-9a-fA-F]{1,2}f" />
<input id="hex" name="hex" type="text" placeholder="0x00" required pattern="[0-9a-fA-F]{1,2}x[0-9a-fA-F]{1,2}" />
<label for="hex">Hex-ID (z.B. 0xC0)</label>
</div>
<div class="grow-1">