I want to add some javascript via BugMonkey or a plugin that disables or hides a drop-down field. How do I do that?
|
2
|
First, find the ID of the For example, the Estimate (current) field:
The ID is
To remove it:
You might want to use jQuery to find a containing element and hide it. Google is your friend here ;) |
|||
|
|