We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a49524 commit 9adf4c9Copy full SHA for 9adf4c9
resources/views/form/_form_component.antlers.html
@@ -13,7 +13,7 @@
13
x-on:submit.prevent="formSubmit"
14
x-on:fields-changed="updateSubmitData($event.detail)"
15
x-on:validate-field="validateField($event.detail)"
16
- data-csrf-token="{{ csrf_token }}"
+ data-csrf-token="{{$ csrf_token() $}}"
17
aria-label="{{ title }}"
18
>
19
{{# Honeypot field #}}
0 commit comments