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 trialelliot stiller
283 PointsWhen a user fills out a form I create with HTML, will i get his form?
I see that i can create a nice form using html code.
The question is, if a user fills that baby out, and sends it my way, how do i know that i will get it? Where will the form be sent to? Do i need to use back-end server stuff to receive a user-submitted form?
Another way of asking this question is-- is just creating a form with HTML enough?
--Elliot
2 Answers
Tiffany McAllister
25,806 PointsYou will need to write a script using PHP or possibly another server-side language to be able to receive form data. I believe there are many WordPress plugins that do this for you though.
elliot stiller
283 PointsWordpress plugins that create forms, or wordpress plugins that allow me to receive form data?