Search code examples
githubgithub-pages

Make contact form for GitHub Page


I have used github for hosting my website. My contact form is in html and php, but as github does not support php. How to make this form work?


Solution

  • Github Pages only supports static sites and does not support server-side languages.

    To make a form, you could you a third party service such as kontactr or formspree