Fix Bugs && Continue Opfer Page + API

This commit is contained in:
marc-go
2026-04-18 20:01:42 +02:00
parent f2bb74dd12
commit 1f5ada7bfa
15 changed files with 576 additions and 11 deletions

View File

@@ -999,6 +999,7 @@
Name
</label>
<input
required
type="text"
value=""
name="name"
@@ -1013,6 +1014,7 @@
Email Addresse
</label>
<input
required
type="text"
name="mail"
value=""
@@ -1027,6 +1029,8 @@
Anzahl der Mails
</label>
<input
required
name="number"
type="text"
value=""
class="dark:bg-dark-900 h-11 w-full appearance-none rounded-lg border border-gray-300 bg-transparent bg-none px-4 py-2.5 text-sm text-gray-800 shadow-theme-xs placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800"
@@ -1068,7 +1072,7 @@
type="button"
class="flex w-full justify-center rounded-lg border border-gray-300 bg-white px-4 py-2.5 text-sm font-medium text-gray-700 hover:bg-gray-50 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-white/[0.03] sm:w-auto"
>
Close
Später
</button>
<button
type="submit"