Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMS 6: Support multiple messages for Form and FormField instead of a single message #10967

Open
GuySartorelli opened this issue Oct 3, 2023 · 0 comments

Comments

@GuySartorelli
Copy link
Member

The FormMessage trait, and by extension anything that calls its methods, only supports a single message for the form, and a single message for each field.

This should instead support multiple messages.
See #10270 for one clear reason for this being necessary. There are ways around it by appending messages to the existing message but that's not ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant