I installed "Captcha Q&A" (https://extensions.joomla.org/extension/captcha-q-a/)
and set it as my joomla standard captcha (in global joomla configuration)
Now all my (joomla core -) forms on my site are working properly with that captcha
then I go to the Phoca Guestbook Configuration and set the captcha settings to "Joomla! Standard Captcha":
as a first success the "Captcha Q&A" is shown properly in my Phoca Guestbook input form,
but when I type the correct answer in the captcha input-field there pops up the (form-) error, that the captcha was not solved correctly ...
no matter what I type into the captcha field (correct or wrong answer) there always pops up the (form-) error, that the captcha was not solved correctly ...
I have no idea what could be wrong, since all my other (joomla core -) forms on my site are working properly with that captcha "Captcha Q&A"
_________________________________-
Edit:
the captcha is generated within the form as follows:
Code: Select all
<div class="control-group">
<div class="controls input-prepend input-append input-group">
<span>Spamschutz: Bitte beantworte die folgende simple Frage:</span><br>
<i>" Was ist der letzte Buchstabe des Wortes 'See' ? "</i><br>
<input type="text" input-sm required id="jform_guestbook_captcha" name="jform[captcha]" required="required" aria-required="true" value="" />
<input type="hidden" name="captcha_code" value="5-1627242021-67" />
</div>
</div>