Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

strapi-formidable

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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-formidable

Rebuild your Strapi admin panel:

npm run build

Restart Strapi:

npm run develop

Usage

  • 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 submission
  • POST /api/strapi-formidable - Submit form

All endpoints support CRUD operations and localization via the locale query parameter.

Author

Siddhesh Shetye siddhesh@tentwenty.me Agnelo Fernandes agnelo@tentwenty.me Afaq Ghauri < muhammada@tentwenty.me>

FAQs

Package last updated on 20 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts