I have create form builder section for my kentico 13 application I have used the code like below@div class=@row@@ @div class=@col-md-4 col-sm-12 col-xs-12@@ @await Html.Kentico().FormZo...
I'm trying to write a macro in the Visibility condition of a web part, where it should be visible if the current page has children only of a certain page type. I've been trying variations of the fo...
I have a webpart on a page template that I want to hide if a document is in a particular category. I know how to make a webpart visible based on the document category, but how can I hide it? Is the...
Hi, I would like to use the form field visibility condition feature. For example, I have a form rendered on page and I want to show a @Where did you hear about us@ Radio buttons form field only if ...
Hello again!I'm currently fleshing out a @Profile@ Page Type that will be used to display various biographical information for people. Part of this includes a distinction between @Faculty@, @Stude...
On a Structured Page, we have a text field called ContactUs, the Form Control for this field is a Drop-down list.The drop down list of Options is manually uploaded from values from an external data...
In the widget configuration dialog, how can I make one field conditionally visible based on the value of another field? Consider the following widget properties:public class MyWidgetProperties : IW...
Currently have a Static HTML webpart and the content section is set to include a widget. Widget is a modal popup window to sign up for a newsletter.The Visibility section of the webpart is currentl...
Hi , I have a drop down list that binds to an SQL source. Inthe Kentico , I am trying to do something as follows:@ Trying to make a macro in kentico , so if the drop down value is let's say A , the...
Good dayI am trying to disable a web part zone called @FooterZone@ in my master page when one of the child pages of that master page contains a web part zone called @BreadCrumbs@I assume it will be...