Hi,Do you have any recommendation for getting listbox or multiple selection checkbox in Kentico 12 MVC Form Build(v12.0.93)Regards, Geo
I have created a Widget which uses the Modal Dialog functionality as documented.It works very well with plain text inputs. However, I would like to use the Path Selector Form Component within this ...
Good Afternoon, fellow KenticansCan anyone here explain to me how I can go about adding a custom date picker form component for 13? I'm a front end dev with little experience working with C#/.net c...
Hey there! Interesting issue here. I've got a custom form control built to allow for multi-select checkbox fields. The form control seemingly works great. The checkboxes are built out correctly and...
how would you put together a form component that doesn't have a user enterable value. Something that we could just use to make a placeholder title. So if we wanted to make a label a grouping of fie...
Hello. I have online Form (via Form builder), after submit, opens a *.pdf file in the same window. here is her back endviewBiz.RedirectUrlAfterSave = GetRedirectURL(false);private string GetRedirec...
I created a category tree selector form component to allow people to select categories in a form. Every time a checkbox is checked it would do a post and the checkbox selections would disappear. I ...
Hi, In my MVC site, I have made a very simple form component for my form builder to add text, explanation between inputs. I would like to be able to format this text using a basic WYSIWYG for chang...
I would like to create a custom form component for use in widgets in Kentico MVC 12.I have followed the documentation as seen here and have been able to make a custom dropdown component with dynami...
I made a simple custom form component that is only meant to be a hidden field. It can be included on any form and always be the value of the logged-in users UserName (I use HttpContext.Current.Use...