I just wonder, how to disable “ADD AND NEW” button at a pop-up form when we click PLUS button at a table programmatically?
If impossible then it’s okay ![]()
Bromo
I just wonder, how to disable “ADD AND NEW” button at a pop-up form when we click PLUS button at a table programmatically?
If impossible then it’s okay ![]()
Bromo
I suppose it is technically possible to achieve this by modifying the UI with JavaScript, but I don’t think it would be easy or make much sense.
This is how the whole application works by design, and if the user does not want to use “Add and New”, they can simply click the “Add” button instead.
Depending on your needs, you can also use custom.css to hide it.
Ok let me try that.. thanks bro