I removed the .htaccess and commented the code that creates it.
But the captcha is still not on the page.
Anyone able to make the Captchas work on Contact Form 7 + Really Simple Captcha + IIS servers ?
OK, i found the error.
Its in:
if (i && u > a) {
window.location.replace(i)
}
That returns “true” even if the i == “false” !?
And then the url to redirect is domain.com/false
Hmm…let me describe via an example…
non expanded:
What is the color of sea? >>
expanded:
What is the color of sea? <<
Here is the answer.
So i would like to add >> right to header so that it changes when i expand the question.
>> and << could be pictures.
Hope this is more clear…