[eluser]mighty_falcon[/eluser]
Has anyone tested the new version Erik posted on his blog?
I am having issue setting the nonce in the form_helper...
Code:
$hidden['nonce'] = set_value('nonce', $value);
does not seem to be setting the value. I know from previous experience with the form_validation that set_value does not work unless you set a rule for that field, and in this case the rule is set...
Any ideas?