FR Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
This commit is contained in:
parent
4f3f9ab6fb
commit
d48dcedf0f
5 changed files with 12 additions and 12 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">Notification</div></p>
|
||||
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||
</center>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue