Merge branch 'dev'
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m5s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m5s
This commit is contained in:
commit
e2a2f1d776
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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?**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue