How to run php entry forms on netlify?

All PostsPosts filtered by: so notes

How to run php entry forms on netlify?

Updated: August 27, 2018 by Tony Alves

Original: on Stackoverflow

A Netlify site is deployed to a CDN and serves up static content and although you can run PHP at the time of a deploy, you cannot execute PHP during a page request.

To submit a form, you can use Netlify Forms or some other serverless forms solution.

© Tony Alves