We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b5ae9 commit d18f3f9Copy full SHA for d18f3f9
1 file changed
partials/contact.html
@@ -56,10 +56,8 @@ <h2 class="display-5 mb-4">Lust auf Zusammenarbeit?<br />
56
<form x-data="formGuard()" x-init="init()" hx-post="https://api.andreploeger.com/contact"
57
hx-ext="json-enc" hx-encoding="json" hx-swap="none"
58
hx-disabled-elt="button[type=submit], input[type=submit]"
59
- @htmx:configRequest.window="configRequest($event)"
60
- @htmx:beforeRequest.window="beforeRequest($event)"
61
- @htmx:afterRequest.window="afterRequest($event)" action="" method="post"
62
- class="php-email-form">
+ @htmx:configRequest="configRequest($event)" @htmx:beforeRequest="beforeRequest($event)"
+ @htmx:afterRequest="afterRequest($event)" action="" method="post" class="php-email-form">
63
64
<div class="row gy-4">
65
0 commit comments