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

General Discussion

Moises Terrazas
Moises Terrazas
20,499 Points

functioning contact form without resorting to learning a new language.

Hi i just need a little guidance to an issue I have been thinking about recently. What's the simplest way I can have a functioning contact form on a website without resorting to learning a whole new language like PHP? The reason I ask is because I'm going to be starting to build a few websites for some local business and all they really need can be done with CSS HTML and some Javascript/Jquery; I'm not ready to buckle down and go through with the PHP track if there's a much simpler way to get a simple feature on some static websites. thank you.

2 Answers

Moises Terrazas
Moises Terrazas
20,499 Points

I think I found something and will be testing it out.

https://github.com/asm-products/formspree

Your input would still be appreciated.

Ryan Field
PLUS
Ryan Field
Courses Plus Student 21,242 Points

Depending on how sensitive the information from the form is, this might not be the best solution. Also, you should tell your clients that you will be using a solution that forwards form inputs to this service's website before sending it to an email address so that they can decide whether they want to go that route or not.