Compare commits
2 commits
49082e58b3
...
4f3f9ab6fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f3f9ab6fb | ||
|
|
deccb325df |
2 changed files with 2 additions and 3 deletions
|
|
@ -164,7 +164,7 @@ bestellformular = true
|
|||
{{< captcha >}}
|
||||
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||
|
||||
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||
<p><div id="notification">Notification</div></p>
|
||||
</center>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ bestellformular = true
|
|||
<option value="Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF">Ja, Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="anmerkung">Bemerkung</label>
|
||||
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||
|
|
@ -141,7 +140,7 @@ bestellformular = true
|
|||
{{< captcha >}}
|
||||
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||
|
||||
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||
<p><div id="notification">Notification</div></p>
|
||||
</center>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue