I found the solution: I have to change te file
\components\com_phocaguestbook\models\fields\phocacaptcha.php
line 96, which was:into: and remember that when I update to a new version...
\components\com_phocaguestbook\models\fields\phocacaptcha.php
line 96, which was:
Code:
$retval = parent::getInput() . '</div><div>'.$captcha['challenge'] . '<br/>' ;
Code:
$retval = $captcha['challenge'] . ' ' . parent::getInput() ;
Statistics: Posted by SSK — 14 Jun 2024, 11:58