File control properties

File field properties

You may select a control of type List to edit its properties grouped into sections on the panel:

  • Basic;
  • Advanced.

Parameters Description
Label Label of the control on the form. The label is added automatically and is equal to the field display name. Can be edited
Name Internal name of the control. The label is added automatically and is equal to field internal name. The name can be edited manually. The name must be unique for the form
Connected to Connected field (read only)
Columns Defines fields and their order to show on the form

Parameters Description
Visible Visible – the control is visible to the end-user;
Hidden – the control is hidden from the end-user;
Visible by condition – JavaScript expression that defines if the field is visible to the end-user
Enabled Enable – the control is enabled on the form to the end-user;
Disable – the control is enabled on the form to the end-user;
Enabled by condition – JavaScript expression that defines if the control is enabled to the end-user
Required Not required – the control is not required to fill in;
Required – the control is required to fill in;
Required by condition – JavaScript expression that defines if the control is required to fill in;
Message – validation error message (if empty, the standard validation message in SharePoint Online will show to the end-user);
Validation Expression – JavaScript expression that defines if the input data is correct;
Message – validation error message

You can add buttons to the command bar of the File field (except of workflow button).

Contents