MyBB Community Forums

Full Version: Contact Form - Page Manager.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I've just downloaded the page manager plugin, and just downloaded the 'contact form' script for that plugin here:
http://community.mybb.com/thread-63357-p...#pid459254

But, I want to add re-captcha onto it as currently' there's no spam protection: http://prntscr.com/1a9xle

Can anyone help?

Also, once the user sends the message, where will it send to? Is there anyway to check in the admin CP?
Captcha should work if you have it enabled in default ACP setting (General Configuration -> CAPTCHA Images for Registration & Posting) and enter the contact page as guest.

It sends the E-mail to the address specified in another default ACP setting (General Configuration -> Admin Email).
Hmm, I've disabled it so that I can use the 'recaptcha plugin' in the registration since this way it stops more bots.
Is there anyway to just insert the code?
You can try removing the "$mybb->settings['captchaimage'] == 1 && " from if conditionals in contact.xml but not sure if it is able to function with that setting off anyways.

On a side note - recaptcha is one of the least user-friendly and recommended methods to stop bots. There are much better solutions like registration question, SFS, checkbox validation and more, so changing to one/two of those would be the best solution.
I'm guessing there's no other 'contact page' which has a already built in captcha?