Home > Mobile >  Can I host a website on Netlify that includes a PHP contact form?
Can I host a website on Netlify that includes a PHP contact form?

Time:08-27

I know Netlify hosts only static websites. Do I have to find a different hosting service other than Netlify since I want to have a PHP contact form that customer will fill out and the info will be emailed back to me?

CodePudding user response:

Yes, you can host website that includeing php files on Netlify view this video for more information about hosting php apps.

CodePudding user response:

use form submit to receive emails. Watch this tutorial on how to use it but the library is simple to use

  • Related