How can i show to user an unfilled fields of a edit mode on a view mode page? I have on the form, on edit mode, this type of fields.
Label: (input) (type of unit) (button with contextual help)
If the field (not required) is unfilled after saving the form, what is the best way to show this type of fields on view mode? I have some options, that could work, but i don't know if is the best way to do that.
Options:
- put for default the text "undefined" in italic and this replaces the
"input" and "type of unit"
Example: Label: undefined (button with contextual help) - don't show the input and type of unit (just let the button with contextual help)
Example: Label: (button with contextual help) - instead of input place an "hifen" and show the text "type of unit"
Example: Label: - (type of unit) (button with contextual help)
what option (1, 2 or 3) do you choose? Or is another way to do that?


