In #5348 I've been working towards custom form validation errors for required Form API elements via a #required_error
property. I believe that we should also allow people to customize the default "This field is required" text added to the "required" indicators (red asterisks) for fields added to content types and other entities:
We already have a "Required field" checkbox available in when specifying field settings:
What I would like us to have is: - a text field "tied" to that checkbox (hidden by default - shown only when the "Required field" checkbox is ticked), to allow people to customize the default text. - another text field "tied" to that checkbox, to allow customizing the validation error message for that required field.
Recent comments
YES! That works. This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Duplicated images in view
Maybe "Query settings" : "Distinct". If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Duplicated images in view
If there are N images in the field, then that set of N images gets repeated N times, it seems.
Duplicated images in view