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
Bookmarks