I have the following code for a widget property: public const string LabID = @1;abc\r\n2;ab\r\n3;bv ..... etc@; [BindableProperty] [EditingComponent(DropDownComponent.IDE...
Editing a simple (so far) form in Kentico 11. I am creating a drop-down. All I want to do is to have the value of each rendered option and the visible text of each option be different, like this: @...
Hi, I have page that display list of pages by using repeater. The repeater display the pages according the path field. I have created drop down list with the following text: - All Dates -Past 12 mo...
Is it possible to hide a dropdownlist option depending on the current user's role? Thinking of a Macro expression to hide a specific dropdownlist option. Using a Custom Table Alternate form @ Data ...
I try to use macro expression as value of the drop-down list for a form field but couldn't get it to work:{% if (TravelOutside.value==@Yes@) {@xxx@xxx.com@,@xxx@xxx.com@} else {@@,@@} #%}I want the...
I've created a custom table and a page type in Kentico 11. The page type has a 'Drop-down list' form control. The form control is using an SQL Query to pull the data from the custom table.My questi...
I've created a custom field that I'd like the user to select a year from a drop down list. I have used the following macro expression to populate the dropdown:y = DateTime.now.year-50; x=DateTime.n...
Greetings, I've built an online form with two important fields that dictate which regional office’s department will get the notification form. Here’s the deal – I’m using a macro expression to list...
We need get Drop-down list data source dynamically. Want to find a solution
Is there a way to get the selected name value from a form submission into the auto response email?I know I can store the name as a delimited value in the value of the list like this:value:name;name...