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
John Levy
1,451 PointsIssues getting my contact form to work
I designed a contact form but I am now having trouble knowing where to place the contact e-mail address so the e-mails that are sent goes to the correct person. I have attached the HTML and CSS code below. Where do I place the e-mail address in this code? Thanks in advance http://codepen.io/Johned22/pen/ENaLXY
2 Answers
Sue Dough
35,800 PointsYou can't do that on Codepen because you can't process server side. You'll need to rent a server to practice that on because localhost won't work either most of the time.
John Levy
1,451 PointsThanks for the advice