Quote Originally Posted by racinjason View Post
I am unable to edit the above thread.......
I have the side box "contact us" working now........There is not any captcha for the "contact us" on the top header?
Any info to put it there?
Thanks
Toronto Turbo.com
Glad you got it working from the contact-us page (the side box contact you refer to). As for the contact us form in the navigation menu, I had a look at the html and as far as I can see it should be as simple as adding
Code:
<?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
to the code that produces the menu - it looks like you are using mega-menu.
Hope this helps