Ah, ok... time to look at it again.. perhaps if I took it out of the mega-menu altogether and had it as just a straight sidebox link, might be better...
Ah, ok... time to look at it again.. perhaps if I took it out of the mega-menu altogether and had it as just a straight sidebox link, might be better...
That is one option, the issue is that a fully functional contact us form is present in the megamenu that does not (out-of-the-box) provide any "catch"/check before sending the information on to be processed. There are a number of ways to overcome that, but the link that is on the last menu-bar option is okay to keep in regards to "removing contact us from the mega-menu".
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I have bypassed the mega-menu link in the drop down menu and just use it as a redirect link, to Zens own contact us page but I still seem to be getting spam :-/ time to walk away and look at it again tomorrow, perhaps I can see clearer then..
ver. 1.5.1 trouble for ask_question page
add only the line <?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?> to tpl_ask_a_question_default.php (don't work)
add also to modules/pages/ask_a_question/header_php.php (don't work)
http://www.100asa.it/ask_a_question?products_id=4175
where is wrong?
Hi 100asa
I assume you are using the 'AsK a Question' plugin - if so then in modules/pages/ask_a_question/header_php.php replace line 43
with these two linesCode:if ($zc_validate_email and !empty($enquiry) and !empty($name)) {
Hope this helps/worksCode:$zco_notifier->notify('NOTIFY_CONTACT_US_CAPTCHA_CHECK'); if ($zc_validate_email and !empty($enquiry) and !empty($name) and $error == false) {
Regards
Great! Now works fine!
(I've changed $zco_notifier->notify('NOTIFY_CONTACT_US_CAPTCHA_CHECK'); with NOTIFY_ASK_A_QUESTION_CAPTCHA_CHECK )
![]()
Excellent - you may need to edit class.google_recaptcha.php (in includes/classes/observers) to include 'NOTIFY_ASK_A_QUESTION_CAPTCHA_CHECK'
Regards