xpertbot / craft-wheelform

Craft CMS 4 Form with Database integration
MIT License
66 stars 32 forks source link

Blitz + csfr: typo in documentation #309

Closed holiday-jan closed 7 months ago

holiday-jan commented 8 months ago

In your documentation, regarding a csfr token via Blitz, there is an invald example, see: https://github.com/xpertbot/craft-wheelform#formopen-parameter-options

The code example shows:

{% craft.blitz.csrfInput() %}

But that needs to be:

{{ craft.blitz.csrfInput() }}

Best regards, Jan