I would like to create dependant dropdowns. For example, when I in bugs.editview choose type from first dropdown menu, I would like to other field (let’s say symptoms) populate with corresponding items. Is it very difficult to do this?
It is not that difficult, but it will require code changes that would need to be maintained after every new build of SplendidCRM is applied. It probably would be best to contact us directly in order walk you through this.
We have an ONCLICK field in our layout tables that is converted to an ONCHANGE for a dropdown list. This is how you can tap into the event. You will need to manually edit the appropriate module so that the javascript code is available.