Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

Taking your approach on designing things actually makes it fun, more natural, and overall easier.

— Dominik, Developer

csrf_field

A helper to output the CSRF token inside a hidden field named _token from the session.

POST requests in Statamic will be keeping an eye out for a _token value.

{{ csrf_field }}
<input type="hidden" name="_token" value="csrftokenhere" />
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →