Closed holiday-jan closed 7 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
csfr
The code example shows:
{% craft.blitz.csrfInput() %}
But that needs to be:
{{ craft.blitz.csrfInput() }}
Best regards, Jan
In your documentation, regarding a
csfr
token via Blitz, there is an invald example, see: https://github.com/xpertbot/craft-wheelform#formopen-parameter-optionsThe code example shows:
But that needs to be:
Best regards, Jan