On every board page, there’s an “+ Add item” button, and I’d really love to be able to configure that button to use the custom form we created, or to be hidden entirely.
We’ve built a form that collects the required information to create a new item and also has a cascade reacton adding items to 3 other boards.
The “+ Add item” button keeps leading users astray. They click it, and get overwhelmed by the number of columns to complete. Or they don’t notice the extra columns that are scrolled off the page. They end up confused, and we end up with invalid, incomplete, or duplicate records in the board.
The Form view gives me exactly what I need to guide users to provide the right info… but this “+ Add item” button is a bad influence we can’t chase away.
Is there a way to make the “+Add item” button redirect to our custom form view? Or to hide it entirely? I’m even open to dirty CSS hack workarounds, if that’s a thing you can do with Monday.
I can’t change the permissions because these board members need to be able to use the form which ultimately means they need ability to creating a new board item.
Any and all help appreciated!