I've been looking for a package that let's me add conditional fields in the Umbraco Backoffice. Somewhat like the Umbraco Forms conditional fields, but not in the website itself.
So for example, I add 2 fields to my page, one is a checkbox thats called "Show in menu", the second field is a textstring called "Menu title".
I want the Menu title field to be hidden in Umbraco and if I check the Show in menu checkbox, the menu title field should come available. So the condition of Menu title is "Show in menu is checked".
So it's a bit like "conditional logic" in the Advanced Custom Fields Wordpress plugin.
nupickers has some functionality like cascading comboboxes, etc; I think to get the functionality you are looking for here though it will require custom control to be created...
Is it possible to utilize a really simple javascript to check the value of your checkbox? Then you can hook a javascript event to fire off that same function every time the box is ticked/unticked?
Conditional fields
Hi,
I've been looking for a package that let's me add conditional fields in the Umbraco Backoffice. Somewhat like the Umbraco Forms conditional fields, but not in the website itself.
So for example, I add 2 fields to my page, one is a checkbox thats called "Show in menu", the second field is a textstring called "Menu title". I want the Menu title field to be hidden in Umbraco and if I check the Show in menu checkbox, the menu title field should come available. So the condition of Menu title is "Show in menu is checked".
So it's a bit like "conditional logic" in the Advanced Custom Fields Wordpress plugin.
Bump :)
Related: https://github.com/umbraco/Umbraco-CMS/issues/3070
nupickers has some functionality like cascading comboboxes, etc; I think to get the functionality you are looking for here though it will require custom control to be created...
Bumping this up... Do we know if there are any plans to add this in future, would be ideal for many scenarios I've come across.
Is it possible to utilize a really simple javascript to check the value of your checkbox? Then you can hook a javascript event to fire off that same function every time the box is ticked/unticked?
is working on a reply...