In my column N+1 I have designed a SEND MESSAGE BUTTON which opens an URL if clicked. This trigger an action on integromat to send an email. The button works like a charm.
For safety reason, I want to create a layer of protection so my team will not send an email if by accident they click on the SEND MESSAGE BUTTON. On the column N I want to add a CHECKBOX and IF the checkbox is checked then It allows the user to click on the SEND MESSAGE BUTTON. This way, the user will need first to click the CHECKBOX if they want to send the message and click on the SEND MESSAGE BUTTON to confirm they want to send the message.
How can I do this ?