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

Building a form

Hello, friends. I would like to make a form on my website where people can input their name, some info about them, then attach a picture, then attach a zip file and by clicking Send button - send all this stuff to my e-mail. Any ways to make it? Thank you!

6 Answers

Alexey Makovskiy what tip of website in example is it just a plain HTML website or utilizing a platform such as Wordpress (php)

PHP is a common way to implement a form on a website. Treehouse covers it in this course. Following the course would give you an understanding or what was going on and how it works.

If you are wanting to get one going quickly try this Simple Contact Form from CSS Tricks.

If you want to add one without needing to work with any PHP yourself you could look at Wufoo where you can have 3 forms with up to 100 entries a month on a free account.

It is just html, made with texeditor.

Thank, you so much ,Tom!

Thank, you so much ,Tom!

Heres the link to HTML FORMS TUTORIAL http://teamtreehouse.com/library/html/forms/inputs

Thank you!