Skip to content

Commit 526a234

Browse files
authored
Merge pull request #1048 from ExpressionEngine/feature/7.x/channel-form-title-label
Added title label and instruction tags to channel form
2 parents 95f45c2 + 5314709 commit 526a234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/channels/channel-form/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,14 @@ If you have chosen [inline error handling](#error_handling), you can display the
265265

266266
Display a custom field's label.
267267

268+
You may also use `{label:title}` to display the label for the title field as defined in Channel settings.
269+
268270
### `{instructions:my_field_name}`
269271

270272
Display a custom field's instructions.
271273

274+
You may also use `{instructions:title}` to display the instructions for the title field as defined in Channel settings.
275+
272276
### `{selected_option:my_field_name}`
273277

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

0 commit comments

Comments
 (0)