I can't figure out why my template fields don't show anything in Sitecore.
My template content is as follows:
@Html.Sitecore().Field("Title"), @Html.Sitecore().Field("Sub-title") and @Html.Sitecore().Field("Description") give the correct values but when I try these new fields I just added: @Html.Sitecore().Field("Banner Image") or @Html.Sitecore().Field("Test") - they're just blank.
Any ideas?
