HiWe have a structured page with some fields, we need to add an extra special field that allows multiple items like a list the page field called @External sources@ the user would add a text to be d...
How do I get the value of a property in a Kentico Page from C#?I'm using Kentico 11.Screenshot: https://imgur.com/a/fhxJOCiThis is what I tried, but did not work:var document = DocumentHelper.GetDo...
I have created a new custom page type for products. I want to set the visibility of an extended info tab that I created for products based on one of the custom fields. How am I able to access the f...
I am trying to show Radio buttons for form field using macro depending on user role. Here is code if (CurrentUser.IsInRole(@BasicUsers@)) {@1;Properties@ } else {if (CurrentUser.IsInRole(@SalesTe...
Kentico v8.2.49We have a custom page type, there were a number of fields for this page type initially and we filled in content using it, everything was fine.We came back several weeks later adding ...
Hi,In a transformation, I am trying to check if a custom page field is empty. Currently, I've tried the following:@% if(Eval(@Custom_Page_Field@) != @@){ %@ @% } %@ and @% if(Eval(@Custom_Page_Fiel...
Hi All,I was hopping this would be a walk in the part, but am having issues with creating new products (custom page type that has @Page type represents a product type@ checked) with default macro d...