Files
payload/packages/plugin-form-builder
Paul 4dfb2d24bb feat(plugin-form-builder): add new date field (#12416)
Adds a new date field to take submission values for.

It can help form serialisers render the right input for this kind of
field as the submissions themselves don't do any validation right now.

Disabled by default as to not cause any conflicts with existing projects
potentially inserting their own date blocks.

Can be enabled like this

```ts
formBuilderPlugin({
   fields: {
     date: true
   }
})
```
2025-05-21 17:34:21 +00:00
..
2025-05-15 14:39:34 -04:00

Payload Form Builder Plugin

A plugin for Payload to easily allow admin editors to build and manage forms within the admin panel.