Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John Seto 37 posts 98 karma points
    Sep 03, 2016 @ 19:19
    John Seto
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft