Compare commits

...

6 commits

Author SHA1 Message Date
bettina
e2a2f1d776 Merge branch 'dev'
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m5s
2025-01-07 09:17:31 +01:00
bettina
1e34d056dd change text-color for notification
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m10s
2025-01-07 09:14:29 +01:00
bettina
bdad95b406 change text-color for notification 2025-01-07 09:14:11 +01:00
bettina
888dfde1d2 change text-color for notification
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m9s
2025-01-07 09:11:15 +01:00
bettina
6e3917c742 add servername to form
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m4s
2025-01-07 09:02:51 +01:00
bettina
b6a9fea014 add servername to form
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m13s
2025-01-07 08:59:48 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -187,7 +187,7 @@ function handleSubmit(e) {
if (data.success) { if (data.success) {
submitButton.style.display = 'none' submitButton.style.display = 'none'
notification.innerHTML = `<span>${currentMessages.thankyou}</span>` notification.innerHTML = `<span>${currentMessages.thankyou}</span>`
notification.className = 'bg-green-500 text-white px-4 py-2 rounded block' notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
} else { } else {
submitButton.style.display = 'none' submitButton.style.display = 'none'
notification.textContent = data.message notification.textContent = data.message

View file

@ -112,6 +112,10 @@ bestellformular = true
Bitte kontaktieren Sie uns für Preise von mehr als 50 Benutzerlizenzen. Bitte kontaktieren Sie uns für Preise von mehr als 50 Benutzerlizenzen.
Gerne erstellen wir Ihnen eine indiviuelle Offerte. Gerne erstellen wir Ihnen eine indiviuelle Offerte.
</div> </div>
<div>
<label for="servername">Bitte geben Sie den Namen des gesicherter Webbereichs an. Der Zugriff erfolgt immer über die Web-Adresse: https://<strong>name</strong>.verua.org</label>
<input type="text" id="servername" name="servername" placeholder="name" required >
</div>
**Wünschen Sie die Erweiterung um das Modul Dienst-, Besuchs- und Tourenplan?** **Wünschen Sie die Erweiterung um das Modul Dienst-, Besuchs- und Tourenplan?**