feat: replace mzur/kirby-uniform with custom Kontaktformular implementation

Replaced the `mzur/kirby-uniform` dependency with a custom form handling solution. Updated `kontakt.php`, its backend controller, and corresponding email template for streamlined submission handling. Adjusted styles in `input.css` and integrated a honeypot field for spam prevention.
This commit is contained in:
2025-07-13 17:40:58 +02:00
parent 8fdb707178
commit 78789132a4
5 changed files with 111 additions and 60 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
@apply text-sf_blau-500 font-bold hover:text-sf_gelb-600;
}
.uniform__potty {
.honeypot {
position: absolute;
left: -9999px;
}