I’m looking at exporting 1 of my clients websites seems its just a simple static page and cheaper just to host it myself, however I’ve been looking how I would get the contact form to work with an external hosting provider. I had a look around the forums but I cant really find an easy guide.
So what I’m looking for is;
A way to make my contact form work without hosting with webflow
Hi @Matty, well you will still need a server to process the forms, you can setup a script on your own mail server and then in the action property of the Webflow form, you can point to the script url.
See more here on creating a php form, you will need to code this yourself, or get a developer to help you: How to Send Email From a PHP Script