It seems that when viewing a form submission, labels that are marked as "hidden" show up regardless of the component setting.
The "hidden"-flag works fine when submitting the form.
It seems that when viewing a form submission, labels that are marked as "hidden" show up regardless of the component setting.
The "hidden"-flag works fine when submitting the form.
Comments
Comment #1
danchadwick commentedI have reproduced this, but I'm not sure it's a bug. Without any label, it would be hard to see what the data is. @quicksketch -- was this intentional behavior?
Comment #2
quicksketchI don't think this is intentional. The only time a hidden label should be shown is if using a token to specifically retrieve the label itself, such as
[submission:values:my_field:label]. All other times the setting should be obeyed, whether viewing the result or using other tokens.Comment #3
danchadwick commentedActually, both inline and no label are broken. There are two problems.
Committed to 7.x-4.x and 8.x