Hi, I have a page type that can be added to a couple of nodes. I would like to show a Multiple category selector on pages that belong to just one of those nodes.I tried a few options:Using 'Current...
Is there a way to hide a we part based on screen size using the visibility field? I'm wanting the user to get two different elements of the website based on screen size.. mobile or desktop. Obvio...
I am using Kentico 11 and am making portal pages. On one of my page types under the fields menu, I have a boolean radio button. When @Yes@ is selected, it makes two text fields visible and adds val...
Hello Kentico Team,I have a complex Web Form that involves numerous @hidden fields@ that are revealed or hidden based on a users answers to certain questions.An issue that I am running into is that...
I have a checkbox Boolean field @ShowWebPart@ on a parent page. Is there a way to use the 'visible condition' or the 'where condition' in a repeater so that it gets the value of the 'ShowWebPart' f...
Hi there ,I'm new to this kentico world, and I have a couple of questions for a bug Im working on. I have a tree structure like :Root ( master page )@ Level 1@@ Child Level 1 - A@@ Child Level 1 -...
How do I write a Marco (inside the document type proprieties's visible condition) to show the field only on a specified document name:Example code CurrentDocument.DocumentName == @page@
Hi,How to write a macro in @Visibility Condition@ (under @Forms -@ Field advances settings@) to field to display only if current visitor country is USA. I tried using this macro @Current visitor's...
I'm relatively new to kentico and am having some issue with creating a page type with conditional fields based off other fields. Basically I have a drop down list that shows one field if one value ...
I'm using next macro in web part visible field{% CMSContext.Current.GlobalObjects.Users.Where(@UserID=@+ToInt(QueryString[@UserId@], 0 )).FirstItem.IsExpertIn != @@ #%}but it doesn't work if IsExpe...