Making a link or button conditionally clickable

Greetings all

I am trying to place a condition on a button, that its only clickable after a user ticks a T&Cs checkbox. How do I do that? have looked everywhere. Don’t know if I have missed something.

Hi @WillieMak,

You will need to use some custom javascript code for the same.

That enable the button only when the checkbox is checked.

Thanks.

1 Like

Thanks Vishal.

Let me try that