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...
When I am using the generated classes to retrieve data from my pages, I am getting a null reference exception when try to receive an IEnumerable@TreeNode@ for a 'Pages' form control.After debugging...
Hello. I have a problem with forms in Kentico. If you set a limit on any field (for example, 200 characters), then if you enter Russian characters in this field, go beyond the limit and post the fo...
Hey everyone,i was wondering if it is possible to get the values of a selection taken in a dropdown list in two separate form fields. Let me give an example:Our user can select from a couple of sto...
How can I determine multiple possible default values of a field taking into account the values of two other fields in a form? For example, set the value of the field @Eval@ to @Good@ taking into ac...
I need to build a scalable carousel tool within Kentico CMS where a user can edit a page in the CMS and setup a carousel. They need to be able to upload/select an image (media library) OR type in a...
I have created a form and i would like to enable/disable autocomplete option of textbox. Can anyone help me where is the option? Thanks!
I have 3 custom fields (HeaderImage, HeaderVideo, HeaderVideoURL) that I have added to the PageType Page(Menu Item) so that every page has either a video (Media selection or external url) or image ...
Hello Kentico experts,I need to create some new form fields dynamically via Kentico API. I found a solution but it is for Kentico 6 and it is not available for my version (i'm using Kentico 8).http...
I have a form page that includes a query string. When this form is submitted, I would like to amend the comments column with the query string information. I have been able to build a string to ad...