https://github.com/giacomolaw/web-form
A simple HTML web form
https://github.com/giacomolaw/web-form
form html php web-form
Last synced: about 1 month ago
JSON representation
A simple HTML web form
- Host: GitHub
- URL: https://github.com/giacomolaw/web-form
- Owner: GiacomoLaw
- License: mit
- Created: 2016-12-23T04:47:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T17:50:52.000Z (over 8 years ago)
- Last Synced: 2025-01-30T09:30:43.884Z (3 months ago)
- Topics: form, html, php, web-form
- Language: HTML
- Homepage: https://giacomolaw.github.io/web-form/
- Size: 26.4 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web form
A simple HTML web form.Check out the live demo [here](https://giacomolaw.github.io/web-form/).
> Please note that the demo form intentionally give out 405 errors. This is to prevent email spamming. It works if you host it on a standard host, but Github Pages doesn't support php.
---
## Installing onto your website
Fork the repo. Change the `$email_to = "[email protected]";` in the [php](https://github.com/GiacomoLaw/web-form/blob/master/html_form_send.php) file to your email address to get the form submissions sent to you.Download the forked repo. Choose which form you want, and place that form and the php file into your website public folder.
> Note that the form is designed to be a separate page, but you can embed it if you want to.
Thats it! Make sure you have **both** the php file and the html file. If you have any issues, please feel free to create an issue.