diff --git a/docs/channels/channel-form/overview.md b/docs/channels/channel-form/overview.md index 587f57e9c..a5760167c 100755 --- a/docs/channels/channel-form/overview.md +++ b/docs/channels/channel-form/overview.md @@ -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.