Add-On Help: Security Error

HTTP POST requests need to include a valid CSRF token. It should work if you add the following input element to the form:

<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
 
HTTP POST requests need to include a valid CSRF token. It should work if you add the following input element to the form:

<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
Thank you. Do you think you could explain in detail? I am brand new to add-ons and basically every part of coding them.

EDIT: I figured it out.
 
Last edited:
Top Bottom