How do I access the label of an input?
For example I have an string input name customReason and it's label is Custom Reason.
Can I access the label by using
{{input.reasons.label}}
?1 Reply
I don't think that's possible. Otherwise we would have set the variable there.
Why would you want to use the Label instead of the Name when using variables?