josephcrowell / wn-magicforms-plugin
Create easy (and almost magic) AJAX forms
Installs: 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 4
Open Issues: 1
Type:winter-plugin
Requires
- php: >=7.2
- composer/installers: ~1.0
Replaces
- martin/wn-forms-plugin: ~2.0
This package is auto-updated.
Last update: 2024-10-23 03:44:45 UTC
README
This plugin is a fork of Martin.Forms.
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: