Skip to main content

I'm sure there is a pretty simple answer for this.

I'm just wondering why its important if I'm essentially programming a text box label and where it appears on the form - what does the additional assignment to a field do for me?

Thanks in advance!

Hi Brett,

From the help file,

Associated control: Select the control that this label describes. This is used for web browser accessibility.

Note: By default, when a Label is associated to a bound control (a control that is associated to a column or workflow variable), the default value of the label will reflect the name of the column or workflow variable the control is bound to.

Regards,

Christophe


If you assign a label to a field, every time you put it on a form, the label will appear automatically and you won't have to re-type it.


Reply