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 trialTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsHTML form security
Hello, Can anybody please recommend an appropriate course for me to take on how to add security, such as I am not a robot checkbox, for HTML forms, before they are submitted? Thank you.
1 Answer
Dimitri Fajardo
Courses Plus Student 6,973 PointsHi, I did some research I found this how it can help! https://developers.google.com/recaptcha/docs/display#auto_render I believe you can only code it with html and JS. To which google has already the snippets.
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsThank you very much. I'll have a go at it this weekend.