Hi Guys, I’m creating this donation page and I’ve got these 4 buttons to select how much you will pay
This is the workflow behind the buttons when one is clicked it sets states states of all them and the one you click to be yes and all the others no
The issue I’m having is when i want the button ‘next’ to be disabled when none of the buttons have been clicked
so i think the right workflow for it would be to have 'when #1 is no and #2 is no and #3 is no and #4 is no then disable the button.
BUT when i try to do the condition it does not let me it says this
there is no custom one for #2 it has a custom state but it does not let me have more than 2 states in a condition a once.
Please Help!