This commit is contained in:
Samuel Müller
2025-07-31 16:30:59 +02:00
7 changed files with 816 additions and 2 deletions

View File

@@ -89,6 +89,7 @@
} else {
// Show error message
showNotification(data.message, 'error');
<<<<<<< HEAD
// Highlight missing fields if provided
if (data.missing_fields) {
@@ -102,11 +103,17 @@
}
});
}
=======
>>>>>>> 04d4c58eb4d5f176a9f19520e2976037b9466326
}
})
.catch(error => {
console.error('Error:', error);
<<<<<<< HEAD
showNotification('Ein Fehler ist aufgetreten. Bitte versuchen Sie es später erneut.', 'error');
=======
showNotification('Es gab ein Problem beim Senden Ihrer Nachricht. Bitte versuchen Sie es später erneut.', 'error');
>>>>>>> 04d4c58eb4d5f176a9f19520e2976037b9466326
})
.finally(() => {
// Reset button