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

    Hide Label

    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

  • 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.

Please Sign in or register to post replies