Hi,

Is there any way to show a topicpage "form" on homepage? I can see title and Body but not the form when I us @Html.Action("TopicBlock", "Topic", new { systemName = "xxxforms" }) in Index.cshtml page?

Tryed to put:

@if (Model.HasForm){@Html.Partial("Form", Model} in topicblock page, but no view of the form.


Regards
N