Hi,We have a multilingual kentico 12 MVC site and when we create new pages by @Copy content from another language@ or @Create empty page@, the alias path is the same for all languages. This means w...
HiI'm trying to create a widget in K12 MVC, I'm trying to extend the testimonial widget that comes with the dancing goat theme, with the current one you can only add one testimonial per widget, so ...
Hi! The Problem: I use Kentico 12 MVC. Whenever I click submit button, custom javascript(dom manipulation) changes are lost.Context Info: I had to style Kentico Forms(Form Application), so regardle...
I've been successful in setting up a custom form in my views utilizing some built-in Kentico HTML Helpers. Been using @Html.TextAreaFor(), @Html.CheckboxFor(), etc. All data is being passed through...
Hi All,We want to insert a form widget into RTE content and seems not working on K12 MVC development. Can you kindly confirm on this? Please refer to attach screenshot. Thanks
Hi all,I'm trying to add a wrapper for all form fields in a Kentico MVC form layout. In the documentation I see how I can add a wrapper for the @form@ element @FormWrapperConfiguration@ or even a w...
Hello,In the controller of my widget I have the id (guid) of a file in the media library. I want to have the URL of the file so I use MediaFileInfoProvider.GetMediaFileInfo(guid, sitename). The sit...
I can do the following menu example with asp.net mvc.https://docs.kentico.com/k10/references/kentico-controls/cms-controls/cms-controls-navigation/cmslistmenu
Hi,I just installed the service pack (hotfix 12.0.29) and I can no longer see my editable areas in the Page Builder. I haven't made any change after the installation.The pages (including previously...
Hi all,I am using K12 MVC development and need to use a kentico form. So i built a kentico form but after form submitted, data is not saving into CMS side.Since K12 MVC, we are using two separated ...