How can I disable the submit button?

It’s easy enough to hide/show the submit button with variables.
However, how do you disable/enable submit buttons with variables?

@peteletkemansst , the easiest way is to add a Filter action on the top of your submit/click workflow.
So on click, we will first check the condition, and if it is false, the workflow will not be executed.
You can use the same condition to customize the appearance of the button.
New states are currently in developement, which will make it easier for the style part.

Thanks, that does help out.
I had forgotten about creating and using custom states.
Reading up on them and other features right after I press submit.