Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm looking through the Forms.cshtml and I see this around line 71.
@if (!f.HideLabel) { <label for="@f.Id" class="fieldLabel"> @Html.Raw(f.Caption) @if (f.ShowIndicator) { <span class="contourIndicator">@Model.Indicator</span> } </label> }
but within the backoffice I cannot see anywhere that allows me to hide the label for a particular field.
Can anyone help? Thanks in advance
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Hide Label
I'm looking through the Forms.cshtml and I see this around line 71.
but within the backoffice I cannot see anywhere that allows me to hide the label for a particular field.
Can anyone help? Thanks in advance
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.