FR Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s

This commit is contained in:
bettina 2024-12-23 14:51:11 +01:00
commit d48dcedf0f
5 changed files with 12 additions and 12 deletions

View file

@ -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">Notification</div></p>
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
</center>
</form>

View file

@ -140,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">Notification</div></p>
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
</center>
</form>