strapi-formidable
v1.0.0
Published
Strapi Formidable is a powerful and flexible form builder plugin for Strapi v5. It allows you to visually create, manage, and process forms, submissions, email templates, and more all from the Strapi admin panel.
Readme
Strapi Formidable
Strapi Formidable is a powerful and flexible form builder plugin for Strapi v5. It allows you to visually create, manage, and process forms, submissions, email templates, and more all from the Strapi admin panel.
Features
- Visual drag-and-drop form builder
- Multiple field types (text, email, select, file, etc.)
- Field options, validation, and dependencies
- Email templates and notifications
- Submission management and CSV export
- Localization (i18n) support
- Dashboard with statistics
Installation
npm i @npm_tentwenty/strapi-formidableRebuild your Strapi admin panel:
npm run buildRestart Strapi:
npm run developUsage
- Open the Strapi admin panel.
- Find Strapi Formidable in the sidebar.
- Create and manage forms, fields, emails, templates, and view submissions.
Creating a Form
- Go to Forms > Create.
- Add fields, configure options, and set up email notifications.
- Save and publish your form.
Managing Submissions
- View, filter, and export submissions from the Submissions section.
Email Templates
- Create reusable email templates and assign them to form notifications.
Client API Endpoints
RESTful endpoints for all major entities:
GET /api/strapi-formidable/:documentId- Generate form before submissionPOST /api/strapi-formidable- Submit form
All endpoints support CRUD operations and localization via the locale query parameter.
Author
Siddhesh Shetye [email protected] Agnelo Fernandes [email protected] Afaq Ghauri < [email protected]>
