Not sure if this has been posted already, apologies if it has. But it seems that the submit button conditional logic does not work correctly when using particular rules on drop down fields within the logic.
For example I have a form with two drop down fields both of which have a similar number of values but both begin with a please select option with a null value. I have set the rule as follows:
Show form button if All of the following match:
Drop down #1 is not Please select...
Drop down #2 is not Please select...
The submit button is visible at all times despite this rule. Can't figure this one out, appreciate any help.