Skip to content

Commit

Permalink
chore: add form
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Dec 10, 2024
1 parent bbcbe9d commit 2d3b441
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/contactgegevens/templates/contactgegevens.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
</tr>
</tbody>
</table>

<form action="/submit" method="POST">
<label for="email">E-mailadres</label>
<input type="email" id="email" name="email" value="gebruiker@example.com" required>

<label for="phone">Telefoonnummer</label>
<input type="text" id="phone" name="phone" value="123-456-7890" required>

<button type="submit">Wijzigingen opslaan</button>
</form>

{{/error}}
{{#error}}
<h2>Er is iets misgegaan</h2>
Expand Down

0 comments on commit 2d3b441

Please sign in to comment.