Compare commits
6 commits
1218eef1a2
...
e2a2f1d776
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2a2f1d776 | ||
|
|
1e34d056dd | ||
|
|
bdad95b406 | ||
|
|
888dfde1d2 | ||
|
|
6e3917c742 | ||
|
|
b6a9fea014 |
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