Hello Guys,I have created a kentico13 form with form builder and I have one field i.e. dependent on two fields, In Kentico 11 I have used Visibilty Condition : Option1.Value.Contains(@Guided ...
Hi I am working with Kentico 13 and using the FormBuilder for form layout. In Kentico 11, I could use 'Field advanced settings' to apply visibility conditions directly. However, with Kentico 13, I ...
Question - On a form, if User selects an option in a dropdownlist, can another fields dropdownlist control use a query depending on what the first dropdownlists option value was? Thanks.
Question: Setup is Kentico 11, backend is Webforms. We have a form with a dropdown for Feet and Metric altitudes. Then there is a text field the user inputs an altitude. So if the user selects Met...
How do I implement the dependency logic for Kentico 12 MVC widget properties. Means that I need to hide some fields according to an another field selection. I already defined the widget properties....
How can I bind one drop-down list from based on other drop-down selected value in form fields with dependent fields concept.
Hello Kentico Team,I need to build a form with 150 options to select from for one field. Obviously, asking a user to scrub through 150 options to find what they need isn't really a great option. My...
Hi,I've got a form with dependent fields. I've enabled @Use update panel@ on the webpart but it's still refreshing the whole page when I update the dependant field.The Dependant field is a Radio bu...
hello kentico dev i create a page type of jobs and i want show company field Depend on location name i try this macro in page type feild of company {% if(Location.Value == @LGH@ || Location.Value =...
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...