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

Development Tools

Erik Nuber
Erik Nuber
20,629 Points

Sharing Info: Making Github forms dynamic

Just wanted to share some information that took me some time to figure out. I am using Github to host my portfolio. Github is a static website meaning that HTML, CSS and JS will work but not PHP which makes any Post content not work.

I have been searching for a solution or a way to get around this and finally found that you need to find a company that will allow you to change your form endpoint.

I found plenty of services that charge for this but, for a simple website that you don't expect a huge amount of submissions, I found formspree. It allows 1000 submits a month which is perfect for my usage.

formspree.io is the site, I am just sharing because this was a bit of a frustrating process trying to figure out why my PHP wasn't working on github. Various sites have different information that varies widely and ways to fix it but, none actually worked for me until I ran across the above info about your form endpoint. You can google that and you will find plenty of other companies offering services.