formstatic
formstatic copied to clipboard
HTML form processing for static websites.
Formstatic
HTML form processing for static websites. No sign up required!
Simply configure your form to POST to https://formstatic.dev and add the required input fields to configure the processor.
Documentation
Setup
If you want to host your own version of Formstatic or want to develop locally please use the following instructions to get set up:
- Create a site that points to the
/public
folder (usually using Nginx/Apache + PHP 7+). - Copy
.env.example
to.env
and fill in the required details. - Run
composer install
.
Credits
Formstatic was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.