Hi, I have a form created with a radio button field that has 4 options and it should be a required field, for options 1 and 4 I'd also like to have some child multiple choice options that should al...
Hello, I want to perform data type validation depending on the type that is selected from a drop down list. The drop-down list values are: int bool string date json. I want to present an error if t...
Hello,I am about to make a multiple choice field in one of my page types and was wondering if there is an example somewhere so I can see how to pull the values out of the database. I am guessing it...
I have added a custom field to the Blog Post Page Type. This field is multiple choice, using checkboxes, allowing the author to select several options.On a different page, I am trying to make a rep...
One of my field in a custom page type is a type of multiple choice. My source for that field is a list of options that I have entered one below the other.My question is: how do I get these values i...
Hi guys, I have a custom page type which represents the technologies that are used for the clients on my kentico site. On my clients page type I have a multiple choice property which looks at every...
Can anyone help me diagnosis why I'm getting a vertical bar ( | ) on a transformation for a multiple choice field? They are appearing after every list item. View page.
I have pages with multiple choice select box form fields. I am trying to select more than one value for a field, but can't find how to do this via the api. if (!DataHelper.DataSourc...
Hi,I want get all the option values on multiple choice form controller through the api. Its on one of my document type field.Thanks
Probably my biggest quandary is how to query off the values stored in a multi select field. I have created a document type like this:Items Item Type item 1 1|3|5 item 2 3|5|6 item 3 1|2|5and th...