I've just installed this plugin. And getting this error.
I saw in the FAQ about 'legitimate users" but not sure how I am or am not "legitimate".
Here is a test page I added:
http://www.lorijharris.com/veribooks/test-contact-form/
thanks
Lori
I've just installed this plugin. And getting this error.
I saw in the FAQ about 'legitimate users" but not sure how I am or am not "legitimate".
Here is a test page I added:
http://www.lorijharris.com/veribooks/test-contact-form/
thanks
Lori
If you look at the source of the form, the token value is invalid:
<input type="hidden" name="token" value=" ">
The token is used to ensure that the submitter of the form is legit. I'm guessing you've modified the code?
Either put the token back in or remove the logic that tests for it.
thanks for your reply.
No, I haven't modified the code. Not even sure which code you are referencing. Which file?
Thanks
Lori
This topic has been closed to new replies.