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

HTML

Making contact form live - real message sent to real email. Can you help?

Hi,

I've learned in some of the tutorials to do a contact form in HTML. I created a Website where I put it. Now I'd like to know how I make it to submit what the client write as a message to my ISP domain email account. Which of the modules/videos show how to set it up so messages get sent to the email?

Best regards

Murilo

1 Answer

Hi Murilo

To make a contact form securely, you are going to probably need to know PHP or some other back end language. An easier way to do this is to use something like (https://usebasin.com)

That's what I use on my portfolio. Easy to use and set up plus its free. There are others out there too.

Hope this helps

Paul

Thank you Paul :)