HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
I have the above code in a template for my custom page which displays a form.
However, this is the result from my browser:
Unsurprisingly, I'm getting the usual CSRF protection error.
Due to this, I have to disable CSRF protection, which isn't what I'd like to do. Is there a way to resolve this?
Many thanks.
P.S: Merry Christmas!