weitere Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m12s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m12s
This commit is contained in:
parent
deccb325df
commit
4f3f9ab6fb
2 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ bestellformular = true
|
||||||
{{< captcha >}}
|
{{< captcha >}}
|
||||||
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
<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>
|
</center>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ bestellformular = true
|
||||||
{{< captcha >}}
|
{{< captcha >}}
|
||||||
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
<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>
|
</center>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue