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

Development Tools

What is the best course to learn how to make a form function?

For instance, when hitting submit, it sends the content to a specific email address.

1 Answer

Generally the 'function' of a form is handled on the server side, after sending the form data in a HTTP request. You could look into a particular server side programming language like PHP, Python, Ruby or Node.js, or alternatively it can be accomplished within the browser with JavaScript and Ajax.

Here are some relevant courses and blog posts from Treehouse: