Sharing forms across sites

Dwayne Grant asked on October 26, 2023 23:33

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)

Recent Answers


Brenden Kehren answered on October 30, 2023 14:47

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.