https://github.com/skydiver/wn-forms-plugin
Create easy (and almost magic) forms
https://github.com/skydiver/wn-forms-plugin
forms magic-forms wintercms wintercms-plugin
Last synced: 3 months ago
JSON representation
Create easy (and almost magic) forms
- Host: GitHub
- URL: https://github.com/skydiver/wn-forms-plugin
- Owner: skydiver
- License: mit
- Created: 2021-05-26T03:42:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T02:51:56.000Z (about 4 years ago)
- Last Synced: 2025-12-15T01:59:19.051Z (6 months ago)
- Topics: forms, magic-forms, wintercms, wintercms-plugin
- Language: PHP
- Homepage: https://magicforms.vercel.app
- Size: 763 KB
- Stars: 21
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Why Magic Forms?
Almost everyday we do forms for our clients, personal projects, etc
Sometimes we need to add or remove fields, change validations, store data and at some point, this can be boring and repetitive.
So, the objective was to find a way to just put the HTML elements on the page, skip the repetitive task of coding and (with some kind of magic) store this data on a database or send by mail.
## Features
* Create any type of form: contact, feedback, registration, uploads, etc
* Write only HTML
* Don't code forms logic
* Laravel validation
* Custom validation errors
* Use multiple forms on same page
* Store on database
* Export data in CSV
* Access database records from backend
* Send mail notifications to multiple recipients
* Auto-response email on form submit
* reCAPTCHA validation
* Support for Translate plugin
* Inline errors with fields (read documentation for more info)
* File uploads using Filepond
## Documentation
Checkout our docs at:
> https://magicforms.vercel.app/