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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...