0

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?

Besco
  • 39
  • 1
  • 7

2 Answers2

1

Yes, you can host website that including PHP files on Netlify view this link and watch this video for more information about hosting PHP apps.

Eng_Farghly
  • 1,987
  • 1
  • 23
  • 34
1

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

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 31 '22 at 15:09