Quote:
Originally Posted by Lynne
For a vB4 template..
Incorrect:
HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Correct:
HTML Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
|
Lynne, thanks for that. The new syntax never hit me, even tho I read it like 5 times, I did not see that problem.