CMS 6: Support multiple messages for Form
and FormField
instead of a single message
#10967
Labels
Milestone
Form
and FormField
instead of a single message
#10967
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.
The text was updated successfully, but these errors were encountered: