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.
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.
Thanks Vishal.
Let me try that