Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@art-design-digital/payload-plugin-forms

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@art-design-digital/payload-plugin-forms

A Payload plugin for forms. This plugin adds a global collection of forms to your Payload instance. You can create and manage forms in the admin interface, and use them as needed in the backend or frontend.

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
3
Created
Source

Payload Plugin Forms

The Payload Plugin Forms is a powerful tool designed to enhance your experience with Payload, a JavaScript-based open-source headless CMS. This plugin provides a seamless way to create, manage, and integrate forms into your Payload applications.

Features

  • Form Builder: Easily create forms with a variety of input types, including text, number, date, and more. Customize each field according to your needs.

  • Validation: Ensure the data you collect is accurate with built-in validation rules. You can specify required fields, minimum and maximum values, and more.

  • Integration: The plugin integrates smoothly with Payload, allowing you to manage your forms directly from the Payload admin panel.

  • Customization: With the Payload Plugin Forms, you have the flexibility to customize the look and feel of your forms to match your brand.

Getting Started

To get started with the Payload Plugin Forms, first install the plugin via npm:

npm install @art-design-digital/payload-plugin-forms

Then, import and use the plugin in your Payload config:

const formPlugin = require('payload-plugin-forms');

module.exports = {
  plugins: [formPlugin({ enabled: true })],
  // ... rest of your Payload config
};

Questions

For any questions or issues, please contact art&design digital.

Keywords

payload

FAQs

Package last updated on 25 Sep 2025

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