Forms - add support for advanced field validation via plugin calls #49

Open
opened 2021-01-14 00:47:07 +00:00 by garrettmills · 0 comments
Owner

This will have to wait until the basic infrastructure for plugins is in place.

We want to allow advanced users the ability to do special validation form fields and the entire form using plugin nodes.

The plugin data should include the form field and field data if a single field, or all form data if the entire form. It should resolve truthy/falsy whether or not the form is valid, and provide some mechanism for getting the error messages.

This will have to wait until the basic infrastructure for plugins is in place. We want to allow advanced users the ability to do special validation form fields and the entire form using plugin nodes. The plugin data should include the form field and field data if a single field, or all form data if the entire form. It should resolve truthy/falsy whether or not the form is valid, and provide some mechanism for getting the error messages.
garrettmills added the
Feature Request
Scope: Forms
Scope: Plugins
labels 2021-01-14 00:47:07 +00:00
Sign in to join this conversation.
No description provided.