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!
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
Jude Molloy
7,470 PointsForm that sends the data to email.
I am looking to build a form with bootstrap which i am able to do however i am wondering what video/videos should I watch to learn how to use javascript or another language/framework to send the data entered into the form to an email address.
Thanks
2 Answers

Alex Gwartney
13,256 Pointswell first i would watch if you haven't yet is the full stack JavaScript videos so you can learn node js or the php track etc to learn how to send data to things like a data base first. Then if you want to send data to a email address you can gather the info from a data base that was passed into the form or just from the server you set up using something like https://www.mailgun.com/ or mailchimp etc that can route the email to where ever the sender was
also here is a video on this as well with node js https://www.youtube.com/watch?v=zrXOjWICmGw

Alex Gwartney
13,256 Pointsyep not a problem glad i was able to help you out
Alex Gwartney
13,256 PointsAlex Gwartney
13,256 PointsHope this helps
Jude Molloy
7,470 PointsJude Molloy
7,470 PointsThanks for your help :)