Blocking Button Interaction

Hello,

Is there a way to set conditions on a button, so that it only goes live once certain actions have been carried out on the page? For example, I want my “Next Step” button to be dud, until the user has checked terms and conditions and selected agree. Or, they can only click “Next Step” once they have watched a video beginning to end.

Many thanks!
George

Hello.
The only way, I think, to achieve this without extra code, is to create a element on the page (button) the visitor has to click on. By clicking he/she accepts the conditions and the button (hide/show) shows up.

Aha! So the second button is visible on the condition of the first button being clicked. Ok I’ll try that thank you!