Fixed contacts
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<h1>Opret Kontakt:</h1>
|
||||
<form method="post" action="{{ route("contacts.store") }}">
|
||||
@csrf
|
||||
<label for="name_first">Fornavn:</label>
|
||||
<input type="text" name="name_first" id="name_first" placeholder="Fornavn" required>
|
||||
<label for="name_last">Efternavn:</label>
|
||||
<input type="text" name="name_last" id="name_last" placeholder="Efternavn" required>
|
||||
<label for="contactname">Kontakt Navn:</label>
|
||||
<input type="text" name="contactname" id="contactname" placeholder="Navn" required>
|
||||
<label for="title">Titel:</label>
|
||||
<input type="text" name="title" id="title" placeholder="Titel" required>
|
||||
<label for="email">Email:</label>
|
||||
<input type="email" name="email" id="email" placeholder="x@y.z" required>
|
||||
<label for="tel">Telefon nr:</label>
|
||||
|
||||
Reference in New Issue
Block a user