Hi,
I have a Kentico 13 MVC instance with multiple sites. There are a few forms created only on the main site. Is there any way to display these forms on other sites?
We are using a custom form widget with the code below:
@Html.Kentico().RenderStandaloneWidget(SystemComponentIdentifiers.FORM_WIDGET_IDENTIFIER, widgetProperties)
The easiest thing to do is export the form, import in into the other site(s). By default, I believe the code/API will use the current site's context to look for the given form on that site. So I'm 99.9% sure any "simple" hack will not work.
Please, sign in to be able to submit a new answer.