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 trialMarisol Guillen
166 PointsSign Up and Help?
Hey Team Tree House,
I am building a basic html and css website as right now with the techniques and skills that I am gaining through this awesome website =).
With that said, I want to add a sign up tab, so people can sign up for my websites and also receive "newsletter emails". Now, for me at least, this gets a little more complex. So, what do I have to learn to create a sign up page? Or is there something out there that I can use that allows people to sign up with their google or facebook accounts, like many other modern websites out there today.? What is the best way to do this? If coding a sign up page is a good way to go, what should I learn?
FYI:: I am a beginner to this world of coding, but am picking it up quickly, so keep that in mind if answering =).
Thank You
1 Answer
Oliver Sewell
16,425 Pointsi would think making a html form and then using a back-end language such as php and storing the info in a database.