Open
Description
Which Umbraco version are you using?
13.5.3
Bug summary
We've had quite some issues with editors being allow to use field values that really make no sense. There is no validation or handling making sure that at least value
is filled out, and both value
and caption
is optional. This means checkbox groups can have all empty values which of course is not going to work. We could fall back to caption
as value
but this gets a little tedious/impractial to do everywhere.
It would be great if Umbraco CMS could either
- make
caption
and/orvalue
required - or at least do some sort of auto fallback for caption and value in the CMS
I agree that if no caption
=> value
and vice versa, but would be nice if the CMS did that job
Specifics
No response
Steps to reproduce
Expected result / actual result
No response