Quote:
Originally Posted by alternity
Hi, I'm having issues with this hack since upgrading to 3.7. The forms display correctly, but when I try to submit them I get the following text on a white background:
I'm running Form Hack 4.1.
Any ideas?
|
Quote:
Originally Posted by dutchbb
Yes I'm having the same error message, any help from the coder please?
|
Latest version should have fixed it AFAIK. Did you use some custom template names for your forms?
Try editing them and look for:
Code:
<input type="hidden" name="posthash" value="$posthash" />
Add below:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />