Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/channels/channel-form/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ If you have chosen [inline error handling](#error_handling), you can display the

Display a custom field's label.

You may also use `{label:title}` to display the label for the title field as defined in Channel settings.

### `{instructions:my_field_name}`

Display a custom field's instructions.

You may also use `{instructions:title}` to display the instructions for the title field as defined in Channel settings.

### `{selected_option:my_field_name}`

In an edit form, display the selected option for the specified custom field.
Expand Down