47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
# MokoSuiteForms
|
|
|
|
Joomla form builder package — custom forms, submissions, notifications, and data export.
|
|
|
|

|
|

|
|

|
|
|
|
## Features
|
|
|
|
- Drag-and-drop form builder
|
|
- Field types: text, textarea, email, phone, select, checkbox, radio, file upload, date, hidden
|
|
- Conditional field visibility
|
|
- Multi-page forms with progress indicator
|
|
- Email notifications on submission (admin + submitter)
|
|
- Submission management in admin backend
|
|
- CSV/JSON data export
|
|
- Spam protection (honeypot, CAPTCHA integration)
|
|
- REST API for form definitions and submissions
|
|
- Custom CSS per form
|
|
- Shortcode embedding in articles
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteForms.git
|
|
cd MokoSuiteForms
|
|
composer install
|
|
make build
|
|
```
|
|
|
|
Upload `dist/pkg_mokosuiteforms-*.zip` via **System > Install > Extensions** in Joomla admin.
|
|
|
|
## Links
|
|
|
|
- **Help:** [mokoconsulting.tech/support/products/mokosuiteforms](https://mokoconsulting.tech/support/products/mokosuiteforms)
|
|
- **Wiki:** [Organization Wiki](https://git.mokoconsulting.tech/MokoConsulting/.profile/wiki)
|
|
- **Platform:** [mokoplatform Wiki](https://git.mokoconsulting.tech/MokoConsulting/mokoplatform/wiki)
|
|
|
|
## Contributing
|
|
|
|
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
GPL-3.0-or-later. See [LICENSE](LICENSE).
|