Workflow simple problem

Hi Guys, I’m creating this donation page and I’ve got these 4 buttons to select how much you will pay
1
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!

Hi there, @elismith456… mainly food for thought here, but I would likely simplify what you described by having one custom state (number) that you set to a value of 1, 2, 3, or 4, depending on which button is clicked. Then, put a condition on the next button (and maybe the associated workflow, too) that says when the custom state is empty, the button is disabled.

Hope this helps.

Best…
Mike

1 Like

You are amazing I thought there would be a more simple way to do this.

Thank you!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.