Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

This course is the most refreshing take on teaching design that I've come across.

— Mikaël Sévigny, 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 →