Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Michael Cain
PLUS
Michael Cain
Courses Plus Student 16,547 Points

PHPMailer with captcha

Hi guys, has anyone ever made a web form using PHPMailer and added a captcha to it for extra spam prevention methods?

I've followed the PHP tracks and made the contact form for the t-shirt store successfully, thereafter making my own forms using the same methods, but I find the honeypot trap is easily by-passed and we're still getting a fair amount of spam through.

Any suggestions would be appreciated.

Cheers! Michael

2 Answers

There isn't any need to reinvent the wheel, so I would recommend using something that is already developed. Check these out and see if one might work for your site's design. http://tympanus.net/codrops/2009/09/22/21-free-captcha-sources/