Success Nachricht geändert in "Bestellformular erfolgreich gesendet."
This commit is contained in:
parent
47f306ddbf
commit
4b49300a47
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ window.onload = function () {
|
|||
})
|
||||
.then(data => {
|
||||
// Erfolgsnachricht anzeigen
|
||||
notification.textContent = 'Nachricht erfolgreich gesendet!';
|
||||
// TODO Nachricht anpassen wenn französische Version
|
||||
notification.textContent = 'Bestellformular erfolgreich gesendet!';
|
||||
btn.className = 'submitbutton text-white mx-auto submit-after-valid-captchaaaa fadeOut';
|
||||
setTimeout(() => {
|
||||
btn.style.visibility = 'hidden';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue