diff --git a/content/contents+en.lr b/content/contents+en.lr
index 9bd9de7..1a84d58 100644
--- a/content/contents+en.lr
+++ b/content/contents+en.lr
@@ -29,7 +29,7 @@ title: Where we come from
content_body:
WTF Kooperative eG (Werkkooperative der Technikfreund*innen) was founded in December 2020 and and brings valuable expert know-how most diverse disciplines of information technology to the table.
-From the start, more than 150 people found each other and worked to successful founding of the cooperative.
+From the start, more than 150 people found each other and worked to successful founding of the cooperative.
A company that belongs to all of us, in which each of us has a voice and the right to have a say.
We see ourselves as a platform for hackers, where with like-minded people economic projects become possible that would not otherwise exist. We promote and manage the services of our members collectively as a cooperative.
@@ -38,4 +38,23 @@ content_image: map.png
----
content_image_alt: Map of the Federal Republic of Germany with regions in which members are active
----
-content_image_src:
+content_image_src:
+---
+contact_form_button: Send message
+---
+contact_form_email: Email address
+---
+contact_form_heading: Contact
+---
+contact_form_info:
+
+Your email address will not be published.
+Required fields are marked *
+---
+contact_form_message: Message
+---
+contact_form_name: Name
+---
+contact_form_subheading: Contact form
+---
+contact_form_subject: Subject
diff --git a/content/contents.lr b/content/contents.lr
index 530ccdf..013fb20 100644
--- a/content/contents.lr
+++ b/content/contents.lr
@@ -39,3 +39,22 @@ content_image: map.png
content_image_alt: Karte der Bundesrepublik mit Regionen in denen Member aktiv sind
----
content_image_src:
+---
+contact_form_button: Kommentar abschicken
+---
+contact_form_email: E-Mail-Adresse
+---
+contact_form_heading: Kontakt
+---
+contact_form_info:
+
+Deine E-Mail-Adresse wird nicht veröffentlicht.
+Erforderliche Felder sind gekennzeichnet *
+---
+contact_form_message: Nachricht
+---
+contact_form_name: Name
+---
+contact_form_subheading: Kontaktformular
+---
+contact_form_subject: Betreff
diff --git a/models/homepage.ini b/models/homepage.ini
index eb46867..3d93c24 100644
--- a/models/homepage.ini
+++ b/models/homepage.ini
@@ -3,6 +3,8 @@ name = Homepage
label = Homepage
inherits = header_with_logo
+# Header
+
[fields.title]
label = Title
description = Der Seitentitel und die Überschrift dieser Seite
@@ -33,7 +35,43 @@ label = Sub-Claim-Inhalt
description = Inhalt des Subclaims im Kopf der Seite
type = markdown
+# Flow Block Section
+
[fields.section]
label = Sections
type = flow
flow_blocks = flow_text_image_section
+
+# Kontakt-Formular
+
+[fields.contact_form_heading]
+label = Kontaktformular: Überschrift
+type = string
+
+[fields.contact_form_subheading]
+label = Kontaktformular: Unterüberschrift
+type = string
+
+[fields.contact_form_info]
+label = Kontaktformular: Einleitung
+type = markdown
+
+[fields.contact_form_subject]
+label = Kontaktformular: Betreff
+type = string
+
+[fields.contact_form_message]
+label = Kontaktformular: Nachricht
+type = string
+
+[fields.contact_form_name]
+label = Kontaktformular: Name
+type = string
+
+[fields.contact_form_email]
+label = Kontaktformular: E-Mail-Adresse
+type = string
+
+[fields.contact_form_button]
+label = Kontaktformular: Buttonbeschriftung
+type = string
diff --git a/templates/homepage.html b/templates/homepage.html
index 45ad859..4a2ad42 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -16,7 +16,7 @@
{% endfor %}