I have installed the maths captcha and it works in Contact_us and create_account. Now I want to add it to a new file. There is like the contact_us one file in catalog and one file in /templates/.../pages.Therefore I changed in addMaths.php
Code: Select all
$good_pages = ['create_account.php', 'contact_us.php'];Code: Select all
$good_pages = ['create_account.php', 'contact_us.php','widerruf.php'];Code: Select all
$hooks->cat('injectFormDisplay'); Code: Select all
$hooks->cat('injectFormVerify'); The maths is not shown and if i submit the form, the follwing error appears "Notice: Undefined index: protect in /homepages/.../htdocs/s5/catalog/includes/hooks/shop/siteWide/addMaths.php on line 25"
What do I have to do ?
Anke
php: 7.4.33, phoenix: 1.0.9.7