Quote:
Originally Posted by thunderclap82
Well, I followed your code exactly so I have a feeling it's because it's calling another php file.
|
It didn't work because your form isn't in a template. You might be able to do it by editing your form code php file and adding:
HTML Code:
<input type="hidden" name="securitytoken" value="<?php global $vbulletin; echo $vbulletin->userinfo['securitytoken']; ?>" />
This would be easier if, as someone pointed out in the other thread, you were to put your form in a template, but that would mean making more changes to the form code.