Missing the point much? :p Do you build everything you use? Your car? Your fridge? The device you are using to post on this forum? How about that trivial little bit of kit passing the data from the device onto the next hop to this forum?
I'd probably consider creating a new addon for the widget and extending the previous one e.g.
<?php
namespace A\B\Widget;
class TweakedWidget extends X\Y\Widget\OriginalWidget {
// override
}
You may also want to add a widget definition for it too ACP > Development > Widget definitions
I should clarify - I'm trying to have the options enable/disable the same form element. I did find examples showing multiple options but they enabled/disabled different form elements.
Hi,
I'm trying to use the disabler featurer to hide an element in a form based on a previous <select> block. Getting it to work with more than one option either enabling or disabling is proving tricky and I can only find examples where there is either one option or it's a simple checkbox...