feat: add Kontaktformular section with backend logic and styles

Implemented a new Kontaktformular section including a frontend form, backend logic using `mzur/kirby-uniform`, and corresponding styles in `input.css`. Added a new template, controller, and snippet for dynamic rendering and form handling.
This commit is contained in:
2025-07-13 16:49:05 +02:00
parent 090ac601a5
commit a3e08f22ed
5 changed files with 166 additions and 1 deletions
+4 -1
View File
@@ -70,5 +70,8 @@
@apply text-sf_blau-500 font-bold hover:text-sf_gelb-600;
}
.uniform__potty {
position: absolute;
left: -9999px;
}
}