Forms - add support for advanced field validation via plugin calls #49
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Obsolete
Out-there Idea
Ready to Deploy
Regression
Scope: Code Editor
Scope: Databases
Scope: Files
Scope: Forms
Scope: Menu & Navigation
Scope: Plugins
Scope: UI Cleanup
Scope: WYSIWYG
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/frontend#49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.